summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ARB_clear_texture
blob: b3fdd62f8b4faf24d56b0fca6057d74e32f19440 (plain)
1
2
3
4
5
6
GL_ARB_clear_texture
http://www.opengl.org/registry/specs/ARB/clear_texture.txt
GL_ARB_clear_texture
	GL_CLEAR_TEXTURE 0x9365
	void glClearTexImage (GLuint texture, GLint level, GLenum format, GLenum type, const void *data)
	void glClearTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data)