summaryrefslogtreecommitdiff
path: root/glew/auto/extensions/gl/GL_ARB_texture_storage
blob: f6d82d7b17c49ff016fc2964ff2962cf561780f8 (plain)
1
2
3
4
5
6
7
8
GL_ARB_texture_storage
https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_texture_storage.txt
GL_ARB_texture_storage

	GL_TEXTURE_IMMUTABLE_FORMAT 0x912F
	void glTexStorage1D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width)
	void glTexStorage2D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height)
	void glTexStorage3D (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth)