Class ARBSparseBuffer

java.lang.Object
org.lwjgl.opengl.ARBSparseBuffer

public class ARBSparseBuffer extends Object
  • Field Details

    • GL_SPARSE_STORAGE_BIT_ARB

      public static final int GL_SPARSE_STORAGE_BIT_ARB
      See Also:
    • GL_SPARSE_BUFFER_PAGE_SIZE_ARB

      public static final int GL_SPARSE_BUFFER_PAGE_SIZE_ARB
      See Also:
  • Method Details

    • glBufferPageCommitmentARB

      public static void glBufferPageCommitmentARB(int target, long offset, long size, boolean commit)
      void glBufferPageCommitmentARB(GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit)
    • glNamedBufferPageCommitmentEXT

      public static void glNamedBufferPageCommitmentEXT(int buffer, long offset, long size, boolean commit)
      void glNamedBufferPageCommitmentEXT(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
    • glNamedBufferPageCommitmentARB

      public static void glNamedBufferPageCommitmentARB(int buffer, long offset, long size, boolean commit)
      void glNamedBufferPageCommitmentARB(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)