OpenGL.raw.GL.EXT.framebuffer_blit
index
/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/framebuffer_blit.py

OpenGL extension EXT.framebuffer_blit
 
Overview (from the spec)
        
        This extension modifies EXT_framebuffer_object by splitting the
        framebuffer object binding point into separate DRAW and READ
        bindings.  This allows copying directly from one framebuffer to
        another.  In addition, a new high performance blit function is
        added to facilitate these blits and perform some data conversion
        where allowed.
 
The official definition of this extension is available here:
        http://oss.sgi.com/projects/ogl-sample/registry/EXT/framebuffer_blit.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
       
glBlitFramebufferEXT(...)
glBlitFramebufferEXT( GLint(srcX0), GLint(srcY0), GLint(srcX1), GLint(srcY1), GLint(dstX0), GLint(dstY0), GLint(dstX1), GLint(dstY1), GLbitfield(mask), GLenum(filter) ) -> None
glInitFramebufferBlitEXT()
Return boolean indicating whether this extension is available

 
Data
        GL_DRAW_FRAMEBUFFER_EXT = GL_DRAW_FRAMEBUFFER_EXT
GL_READ_FRAMEBUFFER_BINDING_EXT = GL_READ_FRAMEBUFFER_BINDING_EXT
GL_READ_FRAMEBUFFER_EXT = GL_READ_FRAMEBUFFER_EXT
__file__ = '/build/buildd/pyopengl-3.0.0~b3/OpenGL/raw/GL/EXT/framebuffer_blit.py'
__name__ = 'OpenGL.raw.GL.EXT.framebuffer_blit'