Files
HydraV3/Libraries/glew-2.3.1/auto/extensions/gl/GL_ARB_clear_texture
T
2026-07-17 15:35:16 +01:00

8 lines
435 B
Plaintext

GL_ARB_clear_texture
https://www.khronos.org/registry/OpenGL/extensions/ARB/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)