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.

8 lines
275B

  1. GL_ARB_sparse_buffer
  2. http://www.opengl.org/registry/specs/ARB/sparse_buffer.txt
  3. GL_ARB_sparse_buffer
  4. GL_SPARSE_STORAGE_BIT_ARB 0x0400
  5. GL_SPARSE_BUFFER_PAGE_SIZE_ARB 0x82F8
  6. void glBufferPageCommitmentARB (GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit)