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

OpenGL extension EXT.clip_volume_hint
 
Overview (from the spec)
        
        EXT_clip_volume_hint provides a mechanism for applications to
        indicate that they do not require clip volume clipping for
        primitives. It allows applications to maximize performance in
        situations where they know that clipping is unnecessary.
        EXT_clip_volume_hint is only an indication, though, and
        implementations are free to ignore it.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/clip_volume_hint.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
       
glInitClipVolumeHintEXT()
Return boolean indicating whether this extension is available

 
Data
        GL_CLIP_VOLUME_CLIPPING_HINT_EXT = GL_CLIP_VOLUME_CLIPPING_HINT_EXT
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/clip_volume_hint.py'
__name__ = 'OpenGL.raw.GL.EXT.clip_volume_hint'