pve, pygl
This commit is contained in:
		@ -14,7 +14,7 @@
 | 
			
		||||
# You should have received a copy of the GNU General Public License along with People's Video Editor.
 | 
			
		||||
# If not, see <https://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
import libgl
 | 
			
		||||
from . import libgl
 | 
			
		||||
 | 
			
		||||
class Texture:
 | 
			
		||||
    __slots__ = '_geometry', '_format', '_texture'
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,7 @@
 | 
			
		||||
# You should have received a copy of the GNU General Public License along with People's Video Editor.
 | 
			
		||||
# If not, see <https://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
import libgl
 | 
			
		||||
from . import libgl
 | 
			
		||||
 | 
			
		||||
class VertexBuffer:
 | 
			
		||||
    __slots__ = '_buffer', '_size'
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user