Package org.lwjgl.opengl
Class ARBSparseBuffer
java.lang.Object
org.lwjgl.opengl.ARBSparseBuffer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBufferPageCommitmentARB
(int target, long offset, long size, boolean commit) void glBufferPageCommitmentARB(GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit)
static void
glNamedBufferPageCommitmentARB
(int buffer, long offset, long size, boolean commit) void glNamedBufferPageCommitmentARB(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
static void
glNamedBufferPageCommitmentEXT
(int buffer, long offset, long size, boolean commit) void glNamedBufferPageCommitmentEXT(GLuint buffer, GLintptr offset, GLsizeiptr size, GLboolean commit)
-
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)
-