Package org.lwjgl.opengl
Class ARBSparseBuffer
java.lang.Object
org.lwjgl.opengl.ARBSparseBuffer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v:static final int
Accepted as part of the the <flags> parameter to BufferStorage -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBufferPageCommitmentARB
(int target, long offset, long size, boolean commit)
-
Field Details
-
GL_SPARSE_STORAGE_BIT_ARB
public static final int GL_SPARSE_STORAGE_BIT_ARBAccepted as part of the the <flags> parameter to BufferStorage- See Also:
-
GL_SPARSE_BUFFER_PAGE_SIZE_ARB
public static final int GL_SPARSE_BUFFER_PAGE_SIZE_ARBAccepted by the <pname> parameter of GetBooleanv, GetDoublev, GetFloatv, GetIntegerv, and GetInteger64v:- See Also:
-
-
Method Details
-
glBufferPageCommitmentARB
public static void glBufferPageCommitmentARB(int target, long offset, long size, boolean commit)
-