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

OpenGL extension EXT.index_func
 
Overview (from the spec)
        
        This extension provides a way to discard fragments when a comparison
        between the fragment's index value and a reference index fails.  This
        may be used similarly to the alpha test which is available in RGBA mode.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/index_func.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
       
glIndexFuncEXT(...)
glIndexFuncEXT( GLenum(func), GLclampf(ref) ) -> None
glInitIndexFuncEXT()
Return boolean indicating whether this extension is available

 
Data
        GL_INDEX_TEST_EXT = GL_INDEX_TEST_EXT
GL_INDEX_TEST_FUNC_EXT = GL_INDEX_TEST_FUNC_EXT
GL_INDEX_TEST_REF_EXT = GL_INDEX_TEST_REF_EXT
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/index_func.py'
__name__ = 'OpenGL.raw.GL.EXT.index_func'