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,10 @@
GL_ARB_invalidate_subdata
https://www.khronos.org/registry/OpenGL/extensions/ARB/ARB_invalidate_subdata.txt
GL_ARB_invalidate_subdata
void glInvalidateBufferData (GLuint buffer)
void glInvalidateBufferSubData (GLuint buffer, GLintptr offset, GLsizeiptr length)
void glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments)
void glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
void glInvalidateTexImage (GLuint texture, GLint level)
void glInvalidateTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)