java.lang.Object
overrungl.opengl.ext.arb.GLARBSparseBuffer
GL_ARB_sparse_buffer
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBufferPageCommitmentARB
(int target, long offset, long size, byte commit) static void
glNamedBufferPageCommitmentARB
(int buffer, long offset, long size, byte commit) static void
glNamedBufferPageCommitmentEXT
(int buffer, long offset, long size, byte commit) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
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
-
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)
-