OpenGL.raw.GL.EXT.color_subtable
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/color_subtable.py

OpenGL extension EXT.color_subtable
 
Overview (from the spec)
        
        This extension allows a portion of a color table to be redefined.
        If EXT_copy_texture is implemented, this extension also defines a
        method to load a portion of a color lookup table from the 
        framebuffer.
        
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/color_subtable.txt
 
Automatically generated by the get_gl_extensions script, do not edit!

 
Modules
       
OpenGL.arrays
OpenGL.constant
OpenGL.constants
ctypes
OpenGL.extensions
OpenGL.GL.glget
OpenGL.platform

 
Functions
       
glInitColorSubtableEXT()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_EXT_color_subtable'
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/color_subtable.py'
__name__ = 'OpenGL.raw.GL.EXT.color_subtable'
glColorSubTableEXT = <OpenGL.platform.baseplatform.glColorSubTableEXT object at 0x85c3e6c>
glCopyColorSubTableEXT = <OpenGL.platform.baseplatform.glCopyColorSubTableEXT object at 0x85c3ecc>