summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_INTEL_map_texture
diff options
context:
space:
mode:
Diffstat (limited to 'auto/extensions/gl/GL_INTEL_map_texture')
-rw-r--r--auto/extensions/gl/GL_INTEL_map_texture10
1 files changed, 10 insertions, 0 deletions
diff --git a/auto/extensions/gl/GL_INTEL_map_texture b/auto/extensions/gl/GL_INTEL_map_texture
new file mode 100644
index 0000000..148a94a
--- /dev/null
+++ b/auto/extensions/gl/GL_INTEL_map_texture
@@ -0,0 +1,10 @@
+GL_INTEL_map_texture
+http://www.opengl.org/registry/specs/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
+ void * glMapTexture2DINTEL (GLuint texture, GLint level, GLbitfield access, GLint* stride, GLenum *layout)
+ void glSyncTextureINTEL (GLuint texture)
+ void glUnmapTexture2DINTEL (GLuint texture, GLint level)