OpenGL.GLES2.NV.framebuffer_blit
OpenGL extension NV.framebuffer_blit
This module customises the behaviour of the
OpenGL.raw.GLES2.NV.framebuffer_blit to provide a more
Python-friendly API
The official definition of this extension is available here:
http://www.opengl.org/registry/specs/NV/framebuffer_blit.txt
Functions
glBlitFramebufferNV(
srcX0
,
srcY0
,
srcX1
,
srcY1
,
dstX0
,
dstY0
,
dstX1
,
dstY1
,
mask
,
filter
)
Constants
GL_DRAW_FRAMEBUFFER_BINDING_NV (36006)
GL_DRAW_FRAMEBUFFER_NV (36009)
GL_READ_FRAMEBUFFER_BINDING_NV (36010)
GL_READ_FRAMEBUFFER_NV (36008)