1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-19 22:35:24 +00:00
qb64/internal/c/parts/core/glew/download/glew-1.10.0/auto/extensions/gl/GL_ARB_clear_texture

6 lines
423 B
Text

GL_ARB_clear_texture
http://www.opengl.org/registry/specs/gl/ARB/clear_texture.txt
GL_ARB_clear_texture
GL_CLEAR_TEXTURE 0x9365
void glClearTexImage (GLuint texture, GLint level, GLenum format, GLenum type, const GLvoid* data)
void glClearTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* data)