summaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GL_EXT_texture_object
blob: b87dfbc6cd3efbae1f760c17c641f09a0cf76caf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
GL_EXT_texture_object
https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_texture_object.txt
GL_EXT_texture_object

	GL_TEXTURE_PRIORITY_EXT 0x8066
	GL_TEXTURE_RESIDENT_EXT 0x8067
	GL_TEXTURE_1D_BINDING_EXT 0x8068
	GL_TEXTURE_2D_BINDING_EXT 0x8069
	GL_TEXTURE_3D_BINDING_EXT 0x806A
	GLboolean glAreTexturesResidentEXT (GLsizei n, const GLuint* textures, GLboolean* residences)
	void glBindTextureEXT (GLenum target, GLuint texture)
	void glDeleteTexturesEXT (GLsizei n, const GLuint* textures)
	void glGenTexturesEXT (GLsizei n, GLuint* textures)
	GLboolean glIsTextureEXT (GLuint texture)
	void glPrioritizeTexturesEXT (GLsizei n, const GLuint* textures, const GLclampf* priorities)