GLEW 1.10.0

This commit is contained in:
2014-02-20 16:46:32 +01:00
parent 86de24797b
commit e794aa4dbb
873 changed files with 76058 additions and 0 deletions
@@ -0,0 +1,8 @@
GL_EXT_framebuffer_blit
http://www.opengl.org/registry/specs/gl/EXT/framebuffer_blit.txt
GL_EXT_framebuffer_blit
GL_DRAW_FRAMEBUFFER_BINDING_EXT 0x8CA6
GL_READ_FRAMEBUFFER_EXT 0x8CA8
GL_DRAW_FRAMEBUFFER_EXT 0x8CA9
GL_READ_FRAMEBUFFER_BINDING_EXT 0x8CAA
void glBlitFramebufferEXT (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)