Class GLARBSparseBuffer

java.lang.Object
overrungl.opengl.ext.arb.GLARBSparseBuffer

public final class GLARBSparseBuffer extends Object
GL_ARB_sparse_buffer
  • Field Details

    • GL_SPARSE_BUFFER_PAGE_SIZE_ARB

      public static final int GL_SPARSE_BUFFER_PAGE_SIZE_ARB
      See Also:
    • GL_SPARSE_STORAGE_BIT_ARB

      public static final int GL_SPARSE_STORAGE_BIT_ARB
      See Also:
  • Constructor Details

    • GLARBSparseBuffer

      public GLARBSparseBuffer()
  • Method Details

    • load

      public static void load(GLExtCaps ext, GLLoadFunc load)
    • glBufferPageCommitmentARB

      public static void glBufferPageCommitmentARB(int target, long offset, long size, byte commit)
    • glNamedBufferPageCommitmentEXT

      public static void glNamedBufferPageCommitmentEXT(int buffer, long offset, long size, byte commit)
    • glNamedBufferPageCommitmentARB

      public static void glNamedBufferPageCommitmentARB(int buffer, long offset, long size, byte commit)