Blame thirdparty/glew/glew-1.9.0/auto/extensions/GL_ARB_invalidate_subdata
|
kusano |
7d535a |
GL_ARB_invalidate_subdata
|
|
kusano |
7d535a |
http://www.opengl.org/registry/specs/ARB/invalidate_subdata.txt
|
|
kusano |
7d535a |
GL_ARB_invalidate_subdata
|
|
kusano |
7d535a |
void glInvalidateBufferData (GLuint buffer)
|
|
kusano |
7d535a |
void glInvalidateBufferSubData (GLuint buffer, GLintptr offset, GLsizeiptr length)
|
|
kusano |
7d535a |
void glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments)
|
|
kusano |
7d535a |
void glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
|
|
kusano |
7d535a |
void glInvalidateTexImage (GLuint texture, GLint level)
|
|
kusano |
7d535a |
void glInvalidateTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)
|