Lightningbeam/GUI/Win32/GLTextures.py

11 lines
253 B
Python

#
# PyGUI - OpenGL Textures - Win32
#
from GUI.GGLTextures import Texture as GTexture
class Texture(GTexture):
def _gl_get_texture_data(self, image):
raise NotImplementedError("Loading texture from image not yet implemented for Win32")