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

OpenGL extension EXT.blend_func_separate
 
Overview (from the spec)
        
        Blending capability is extended by defining a function that allows
        independent setting of the RGB and alpha blend factors for blend
        operations that require source and destination blend factors.  It
        is not always desired that the blending used for RGB is also applied
        to alpha.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/blend_func_separate.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
       
glInitBlendFuncSeparateEXT()
Return boolean indicating whether this extension is available

 
Data
        EXTENSION_NAME = 'GL_EXT_blend_func_separate'
GL_BLEND_DST_ALPHA_EXT = GL_BLEND_DST_ALPHA_EXT
GL_BLEND_DST_RGB_EXT = GL_BLEND_DST_RGB_EXT
GL_BLEND_SRC_ALPHA_EXT = GL_BLEND_SRC_ALPHA_EXT
GL_BLEND_SRC_RGB_EXT = GL_BLEND_SRC_RGB_EXT
__file__ = '/build/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/blend_func_separate.py'
__name__ = 'OpenGL.raw.GL.EXT.blend_func_separate'
glBlendFuncSeparateEXT = <OpenGL.platform.baseplatform.glBlendFuncSeparateEXT object at 0x85c3aac>