OpenGL.raw.GL.IBM.cull_vertex
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/IBM/cull_vertex.py

OpenGL extension IBM.cull_vertex
 
Overview (from the spec)
        
        IBM_cull_vertex provides a subset of the vertex culling functionality
        found in EXT_cull_vertex without providing a guarantee that faces will
        be culled because of it.  EXT_cull_vertex is a technically superior
        solution, but the vertex culling aspect of IBM_cull_vertex provides
        generally useful function cheaply (without imposing the mandated
        culling found in EXT_cull_vertex).
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/IBM/cull_vertex.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
       
glInitCullVertexIBM()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_IBM_cull_vertex'
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/IBM/cull_vertex.py'
__name__ = 'OpenGL.raw.GL.IBM.cull_vertex'