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,10 @@
GL_INTEL_map_texture
http://www.opengl.org/registry/specs/gl/INTEL/map_texture.txt
GL_INTEL_map_texture
GL_LAYOUT_DEFAULT_INTEL 0
GL_LAYOUT_LINEAR_INTEL 1
GL_LAYOUT_LINEAR_CPU_CACHED_INTEL 2
GL_TEXTURE_MEMORY_LAYOUT_INTEL 0x83FF
GLvoid * glMapTexture2DINTEL (GLuint texture, GLint level, GLbitfield access, GLint* stride, GLenum *layout)
void glSyncTextureINTEL (GLuint texture)
void glUnmapTexture2DINTEL (GLuint texture, GLint level)