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

OpenGL extension SGIX.async_pixel
 
Overview (from the spec)
        
        This extension introduces a new asynchronous mode for texture
        download, pixel download and pixel readback commands.  It allows
        programs to transfer textures or images between the host and the
        graphics accelerator in parallel with the execution of other
        graphics commands (possibly taking advantage of a secondary path
        to the graphics accelerator).  It also allows programs to issue
        non-blocking pixel readback commands that return immediately after
        they are issued so that the program can issue other commands while
        the readback takes place.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/SGIX/async_pixel.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
       
glInitAsyncPixelSGIX()
Return boolean indicating whether this extension is available

 
Data
        GL_ASYNC_DRAW_PIXELS_SGIX = GL_ASYNC_DRAW_PIXELS_SGIX
GL_ASYNC_READ_PIXELS_SGIX = GL_ASYNC_READ_PIXELS_SGIX
GL_ASYNC_TEX_IMAGE_SGIX = GL_ASYNC_TEX_IMAGE_SGIX
GL_MAX_ASYNC_DRAW_PIXELS_SGIX = GL_MAX_ASYNC_DRAW_PIXELS_SGIX
GL_MAX_ASYNC_READ_PIXELS_SGIX = GL_MAX_ASYNC_READ_PIXELS_SGIX
GL_MAX_ASYNC_TEX_IMAGE_SGIX = GL_MAX_ASYNC_TEX_IMAGE_SGIX
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/SGIX/async_pixel.py'
__name__ = 'OpenGL.raw.GL.SGIX.async_pixel'