You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
700B

  1. GL_ARB_invalidate_subdata
  2. http://www.opengl.org/registry/specs/ARB/invalidate_subdata.txt
  3. GL_ARB_invalidate_subdata
  4. void glInvalidateBufferData (GLuint buffer)
  5. void glInvalidateBufferSubData (GLuint buffer, GLintptr offset, GLsizeiptr length)
  6. void glInvalidateFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments)
  7. void glInvalidateSubFramebuffer (GLenum target, GLsizei numAttachments, const GLenum* attachments, GLint x, GLint y, GLsizei width, GLsizei height)
  8. void glInvalidateTexImage (GLuint texture, GLint level)
  9. void glInvalidateTexSubImage (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth)