OpenGL.raw.GL.SGIS.fog_function
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/SGIS/fog_function.py

OpenGL extension SGIS.fog_function
 
Overview (from the spec)
        
        This extension allows to define application-specific fog blend-factor
        function.  Function is defined by the set of the "control" points and
        should be monotonic. Each control point represented as a pair of the
        eye-space distance value and corresponding value of the fog blending 
        factor. The minimum number of control points is one. The maximum 
        number is implementation dependent.
        
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/SGIS/fog_function.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
       
glInitFogFunctionSGIS()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_SGIS_fog_function'
GL_FOG_FUNC_POINTS_SGIS = GL_FOG_FUNC_POINTS_SGIS
GL_FOG_FUNC_SGIS = GL_FOG_FUNC_SGIS
GL_MAX_FOG_FUNC_POINTS_SGIS = GL_MAX_FOG_FUNC_POINTS_SGIS
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/SGIS/fog_function.py'
__name__ = 'OpenGL.raw.GL.SGIS.fog_function'
glFogFuncSGIS = <OpenGL.platform.baseplatform.glFogFuncSGIS object at 0x86ad34c>
glGetFogFuncSGIS = <OpenGL.platform.baseplatform.glGetFogFuncSGIS object at 0x86ad42c>