OpenGL.raw.GL.EXT.index_array_formats
index
/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/index_array_formats.py

OpenGL extension EXT.index_array_formats
 
Overview (from the spec)
        
        This extends the number of packed vertex formats accepted by
        InterleavedArrays to include formats which specify color indexes
        rather than RGBA colors.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/index_array_formats.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
       
glInitIndexArrayFormatsEXT()
Return boolean indicating whether this extension is available

 
Data
        GL_IUI_N3F_V2F_EXT = GL_IUI_N3F_V2F_EXT
GL_IUI_N3F_V3F_EXT = GL_IUI_N3F_V3F_EXT
GL_IUI_V2F_EXT = GL_IUI_V2F_EXT
GL_IUI_V3F_EXT = GL_IUI_V3F_EXT
GL_T2F_IUI_N3F_V2F_EXT = GL_T2F_IUI_N3F_V2F_EXT
GL_T2F_IUI_N3F_V3F_EXT = GL_T2F_IUI_N3F_V3F_EXT
GL_T2F_IUI_V2F_EXT = GL_T2F_IUI_V2F_EXT
GL_T2F_IUI_V3F_EXT = GL_T2F_IUI_V3F_EXT
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/index_array_formats.py'
__name__ = 'OpenGL.raw.GL.EXT.index_array_formats'