OpenGL.raw.GL.SGIX.list_priority
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/SGIX/list_priority.py

OpenGL extension SGIX.list_priority
 
Overview (from the spec)
        
        This extension provides a mechanism for specifying the relative
        importance of display lists.  This information can be used by
        an OpenGL implementation to guide the placement of display
        list data in a storage hierarchy.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/SGIX/list_priority.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
       
glInitListPrioritySGIX()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_SGIX_list_priority'
GL_LIST_PRIORITY_SGIX = GL_LIST_PRIORITY_SGIX
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/SGIX/list_priority.py'
__name__ = 'OpenGL.raw.GL.SGIX.list_priority'
glGetListParameterfvSGIX = <OpenGL.platform.baseplatform.glGetListParameterfvSGIX object at 0x85e6e8c>
glGetListParameterivSGIX = <OpenGL.platform.baseplatform.glGetListParameterivSGIX object at 0x85e6eac>
glListParameterfSGIX = <OpenGL.platform.baseplatform.glListParameterfSGIX object at 0x85e6ecc>
glListParameterfvSGIX = <OpenGL.platform.baseplatform.glListParameterfvSGIX object at 0x85e6eec>
glListParameteriSGIX = <OpenGL.platform.baseplatform.glListParameteriSGIX object at 0x85c362c>
glListParameterivSGIX = <OpenGL.platform.baseplatform.glListParameterivSGIX object at 0x85c366c>