summaryrefslogtreecommitdiff
path: root/auto/extensions/gl/GL_ARB_invalidate_subdata
blob: 5a9165786dee4023279d7ffcf2af9c257750062d (plain)
1
2
3
4
5
6
7
8
9
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)