OpenGL.raw.GL.SGIX.shadow
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/SGIX/shadow.py

OpenGL extension SGIX.shadow
 
Overview (from the spec)
        
        This extension defines two new operations to be performed on texture
        values before they are passed on to the filtering subsystem.  These
        operations perform either a <= or >= test on the value from texture
        memory and the iterated R value, and return 1.0 or 0.0 if the test
        passes or fails, respectively.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/SGIX/shadow.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
       
glInitShadowSGIX()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_SGIX_shadow'
GL_TEXTURE_COMPARE_OPERATOR_SGIX = GL_TEXTURE_COMPARE_OPERATOR_SGIX
GL_TEXTURE_COMPARE_SGIX = GL_TEXTURE_COMPARE_SGIX
GL_TEXTURE_GEQUAL_R_SGIX = GL_TEXTURE_GEQUAL_R_SGIX
GL_TEXTURE_LEQUAL_R_SGIX = GL_TEXTURE_LEQUAL_R_SGIX
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/SGIX/shadow.py'
__name__ = 'OpenGL.raw.GL.SGIX.shadow'