OpenGL.raw.GL.SGIX.list_priority | index /build/buildd/pyopengl-3.0.0~b3/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 | ||||||
|
Functions | ||
|
Data | ||
GL_LIST_PRIORITY_SGIX = GL_LIST_PRIORITY_SGIX __file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/SGIX/list_priority.py' __name__ = 'OpenGL.raw.GL.SGIX.list_priority' glGetListParameterfvSGIX = <OpenGL.platform.baseplatform.glGetListParameterfvSGIX object at 0x884958c> glGetListParameterivSGIX = <OpenGL.platform.baseplatform.glGetListParameterivSGIX object at 0x88495cc> glListParameterfSGIX = <OpenGL.platform.baseplatform.glListParameterfSGIX object at 0x8849c0c> glListParameterfvSGIX = <OpenGL.platform.baseplatform.glListParameterfvSGIX object at 0x8849c6c> glListParameteriSGIX = <OpenGL.platform.baseplatform.glListParameteriSGIX object at 0x8849cac> glListParameterivSGIX = <OpenGL.platform.baseplatform.glListParameterivSGIX object at 0x8849cec> |