summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_EXT_texture_object
blob: 13d4cde7f8b636747bc9de337871472636c62f70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
GL_EXT_texture_object
http://www.opengl.org/registry/specs/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)