| OpenGL.raw.GL.SGIX.list_priority | index /tmp/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 | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| EXTENSION_NAME = 'GL_SGIX_list_priority' GL_LIST_PRIORITY_SGIX = GL_LIST_PRIORITY_SGIX __file__ = '/tmp/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 0x8c4cc8c> glGetListParameterivSGIX = <OpenGL.platform.baseplatform.glGetListParameterivSGIX object at 0x8c4ccec> glListParameterfSGIX = <OpenGL.platform.baseplatform.glListParameterfSGIX object at 0x8c4cd2c> glListParameterfvSGIX = <OpenGL.platform.baseplatform.glListParameterfvSGIX object at 0x8c4cd6c> glListParameteriSGIX = <OpenGL.platform.baseplatform.glListParameteriSGIX object at 0x8c4cdac> glListParameterivSGIX = <OpenGL.platform.baseplatform.glListParameterivSGIX object at 0x8c4cdec> | ||