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

OpenGL extension SGIX.interlace
 
Overview (from the spec)
        
        This extension provides a way to interlace rows of pixels when
        rasterizing pixel rectangles, and loading texture images.  In this
        context, interlacing means skiping over rows of pixels or texels
        in the destination.  This is useful for dealing with video data
        since a single frame of video is typically composed from two images
        or fields: one image specifying the data for even rows of the frame
        and the other image specifying the data for odd rows of the frame.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/SGIX/interlace.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
       
glInitInterlaceSGIX()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_SGIX_interlace'
GL_INTERLACE_SGIX = GL_INTERLACE_SGIX
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/SGIX/interlace.py'
__name__ = 'OpenGL.raw.GL.SGIX.interlace'