OpenGL.raw.GL.SGIX.async_histogram
index
/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/SGIX/async_histogram.py

OpenGL extension SGIX.async_histogram
 
Overview (from the spec)
        
        This extension introduces a new asynchronous mode for histogram
        and minmax readbacks.  It allows programs to get the contents of a
        histogram or minmax table without blocking and to continue issuing
        graphics commands during the readback.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/SGIX/async_histogram.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
       
glInitAsyncHistogramSGIX()
Return boolean indicating whether this extension is available

 
Data
        GL_ASYNC_HISTOGRAM_SGIX = GL_ASYNC_HISTOGRAM_SGIX
GL_MAX_ASYNC_HISTOGRAM_SGIX = GL_MAX_ASYNC_HISTOGRAM_SGIX
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/SGIX/async_histogram.py'
__name__ = 'OpenGL.raw.GL.SGIX.async_histogram'