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

OpenGL extension SGIX.tag_sample_buffer
 
Overview (from the spec)
        
        The extensions defines a special purpose fast multisample clear.
        This clear can be used with some restrictions as a significantly
        faster alternative to Clear(DEPTH_BUFFER_BIT).
        
        The extension is based on the RealityEngine architecture and will
        probably never be supported by any other architecture.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/SGIX/tag_sample_buffer.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
       
glInitTagSampleBufferSGIX()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_SGIX_tag_sample_buffer'
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/SGIX/tag_sample_buffer.py'
__name__ = 'OpenGL.raw.GL.SGIX.tag_sample_buffer'
glTagSampleBufferSGIX = <OpenGL.platform.baseplatform.glTagSampleBufferSGIX object at 0x8c3accc>