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

OpenGL extension SGIX.texture_coordinate_clamp
 
Overview (from the spec)
        
        This extension provides a mechanism to specify the maximum texture coordinate
        clamping values. Standard OpenGL always clamps the upper bound to 1.0 when
        the wrap mode is set to CLAMP. This mechanism can be used to  guarantee 
        that non-existent texel data will not be accessed when the texture image has 
        dimensions that are not a power of 2.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/SGIX/texture_coordinate_clamp.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
       
glInitTextureCoordinateClampSGIX()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_SGIX_texture_coordinate_clamp'
GL_TEXTURE_MAX_CLAMP_R_SGIX = GL_TEXTURE_MAX_CLAMP_R_SGIX
GL_TEXTURE_MAX_CLAMP_S_SGIX = GL_TEXTURE_MAX_CLAMP_S_SGIX
GL_TEXTURE_MAX_CLAMP_T_SGIX = GL_TEXTURE_MAX_CLAMP_T_SGIX
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/SGIX/texture_coordinate_clamp.py'
__name__ = 'OpenGL.raw.GL.SGIX.texture_coordinate_clamp'