This commit is contained in:
Confideo-IOM
2026-07-17 15:35:16 +01:00
parent e88e8c7e6e
commit 2fc305bc4d
2493 changed files with 228092 additions and 14 deletions
@@ -0,0 +1,6 @@
GL_EXT_clear_texture
https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_clear_texture.txt
GL_EXT_clear_texture
void glClearTexImageEXT (GLuint texture, GLint level, GLenum format, GLenum type, const void *data)
void glClearTexSubImageEXT (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data)