OpenGL.raw.GL.EXT.color_subtable
index
/build/buildd/pyopengl-3.0.0~b3/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
       
glColorSubTableEXT(...)
glColorSubTableEXT( GLenum(target), GLsizei(start), GLsizei(count), GLenum(format), GLenum(type), c_void_p(data) ) -> None
glCopyColorSubTableEXT(...)
glCopyColorSubTableEXT( GLenum(target), GLsizei(start), GLint(x), GLint(y), GLsizei(width) ) -> None
glInitColorSubtableEXT()
Return boolean indicating whether this extension is available

 
Data
        __file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/color_subtable.py'
__name__ = 'OpenGL.raw.GL.EXT.color_subtable'