OpenGL.raw.GL.EXT.texture_object | index /build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/texture_object.py |
OpenGL extension EXT.texture_object
Overview (from the spec)
This extension introduces named texture objects. The only way to name
a texture in GL 1.0 is by defining it as a single display list. Because
display lists cannot be edited, these objects are static. Yet it is
important to be able to change the images and parameters of a texture.
The official definition of this extension is available here:
http://oss.sgi.com/projects/ogl-sample/registry/EXT/texture_object.txt
Automatically generated by the get_gl_extensions script, do not edit!
Modules | ||||||
|
Functions | ||
|
Data | ||
EXTENSION_NAME = 'GL_EXT_texture_object' GL_TEXTURE_1D_BINDING_EXT = GL_TEXTURE_1D_BINDING_EXT GL_TEXTURE_2D_BINDING_EXT = GL_TEXTURE_2D_BINDING_EXT GL_TEXTURE_3D_BINDING_EXT = GL_TEXTURE_3D_BINDING_EXT GL_TEXTURE_PRIORITY_EXT = GL_TEXTURE_PRIORITY_EXT GL_TEXTURE_RESIDENT_EXT = GL_TEXTURE_RESIDENT_EXT __file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/texture_object.py' __name__ = 'OpenGL.raw.GL.EXT.texture_object' glAreTexturesResidentEXT = <OpenGL.platform.baseplatform.glAreTexturesResidentEXT object at 0x85e6cec> glBindTextureEXT = <OpenGL.platform.baseplatform.glBindTextureEXT object at 0x85e6d0c> glDeleteTexturesEXT = <OpenGL.platform.baseplatform.glDeleteTexturesEXT object at 0x85e67ec> glGenTexturesEXT = <OpenGL.platform.baseplatform.glGenTexturesEXT object at 0x85e68ec> glIsTextureEXT = <OpenGL.platform.baseplatform.glIsTextureEXT object at 0x85e694c> glPrioritizeTexturesEXT = <OpenGL.platform.baseplatform.glPrioritizeTexturesEXT object at 0x85e698c> |