test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
GL_NV_framebuffer_blit
|
||||
https://www.khronos.org/registry/OpenGL/extensions/NV/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)
|
||||
Reference in New Issue
Block a user