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,6 @@
GL_ARB_copy_buffer
http://www.opengl.org/registry/specs/gl/ARB/copy_buffer.txt
GL_ARB_copy_buffer
GL_COPY_READ_BUFFER 0x8F36
GL_COPY_WRITE_BUFFER 0x8F37
void glCopyBufferSubData (GLenum readtarget, GLenum writetarget, GLintptr readoffset, GLintptr writeoffset, GLsizeiptr size)