mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 08:02:55 +00:00
11 lines
700 B
Plaintext
11 lines
700 B
Plaintext
GL_ARB_invalidate_subdata
|
|
http://www.opengl.org/registry/specs/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)
|