mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 16:12:53 +00:00
10 lines
411 B
Plaintext
10 lines
411 B
Plaintext
GL_NV_framebuffer_blit
|
|
http://www.opengl.org/registry/specs/NV/framebuffer_blit.txt
|
|
GL_NV_framebuffer_blit
|
|
|
|
GL_DRAW_FRAMEBUFFER_BINDING_NV 0x8CA6
|
|
GL_READ_FRAMEBUFFER_NV 0x8CA8
|
|
GL_DRAW_FRAMEBUFFER_NV 0x8CA9
|
|
GL_READ_FRAMEBUFFER_BINDING_NV 0x8CAA
|
|
void glBlitFramebufferNV (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
|