| OpenGL.raw.GL.EXT.framebuffer_blit | index /tmp/buildd/pyopengl-3.0.0~b6/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 | ||||||
| ||||||
| Functions | ||
| ||
| Data | ||
| EXTENSION_NAME = 'GL_EXT_framebuffer_blit' 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__ = '/tmp/buildd/pyopengl-3.0.0~b6/OpenGL/raw/GL/EXT/framebuffer_blit.py' __name__ = 'OpenGL.raw.GL.EXT.framebuffer_blit' glBlitFramebufferEXT = <OpenGL.platform.baseplatform.glBlitFramebufferEXT object at 0x93d440c> | ||