aboutsummaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GL_INTEL_map_texture
blob: f497dfaa33ed162ba424aaef6331e17c50f3edac (plain)
1
2
3
4
5
6
7
8
9
10
11
GL_INTEL_map_texture
https://www.khronos.org/registry/OpenGL/extensions/INTEL/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)