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

OpenGL extension SGIS.generate_mipmap
 
Overview (from the spec)
        
        This extension defines a mechanism by which OpenGL can derive the
        entire set of mipmap arrays when provided with only the base level
        array.  Automatic mipmap generation is particularly useful when
        texture images are being provided as a video stream.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/SGIS/generate_mipmap.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
       
glInitGenerateMipmapSGIS()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_SGIS_generate_mipmap'
GL_GENERATE_MIPMAP_HINT_SGIS = GL_GENERATE_MIPMAP_HINT_SGIS
GL_GENERATE_MIPMAP_SGIS = GL_GENERATE_MIPMAP_SGIS
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/SGIS/generate_mipmap.py'
__name__ = 'OpenGL.raw.GL.SGIS.generate_mipmap'