#
# 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")