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,9 @@
GL_ARB_invalidate_subdata
http://www.opengl.org/registry/specs/gl/ARB/invalidate_subdata.txt
GL_ARB_invalidate_subdata
void glInvalidateBufferData (GLuint buffer)
void glInvalidateBufferSubData (GLuint buffer, GLintptr offset, GLsizeiptr length)
void glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments)
void glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
void glInvalidateTexImage (GLuint texture, GLint level)
void glInvalidateTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)