OpenGL.raw.GL.EXT.abgr
index
/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/abgr.py

OpenGL extension EXT.abgr
 
Overview (from the spec)
        
        EXT_abgr extends the list of host-memory color formats.  Specifically,
        it provides a reverse-order alternative to image format RGBA.  The ABGR
        component order matches the cpack Iris GL format on big-endian machines.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/abgr.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
       
glInitAbgrEXT()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_EXT_abgr'
GL_ABGR_EXT = GL_ABGR_EXT
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/abgr.py'
__name__ = 'OpenGL.raw.GL.EXT.abgr'