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

OpenGL extension EXT.bgra
 
Overview (from the spec)
        
        EXT_bgra extends the list of host-memory color formats.
        Specifically, it provides formats which match the memory layout of
        Windows DIBs so that applications can use the same data in both
        Windows API calls and OpenGL pixel API calls.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/bgra.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
       
glInitBgraEXT()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_EXT_bgra'
GL_BGRA_EXT = GL_BGRA_EXT
GL_BGR_EXT = GL_BGR_EXT
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/bgra.py'
__name__ = 'OpenGL.raw.GL.EXT.bgra'