Package org.lwjgl.opengl
Class ARBBufferStorage
java.lang.Object
org.lwjgl.opengl.ARBBufferStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of GetBufferParameter{i|i64}v:\static final int
Accepted by the <pname> parameter of GetBufferParameter{i|i64}v:\static final int
Accepted by the <barriers> parameter of MemoryBarrier:static final int
Accepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT:static final int
Accepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT:static final int
Accepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT:static final int
Accepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBufferStorage
(int target, long size, int flags) Overloads glBufferStorage.static void
glBufferStorage
(int target, ByteBuffer data, int flags) static void
glBufferStorage
(int target, DoubleBuffer data, int flags) static void
glBufferStorage
(int target, FloatBuffer data, int flags) static void
glBufferStorage
(int target, IntBuffer data, int flags) static void
glBufferStorage
(int target, LongBuffer data, int flags) static void
glBufferStorage
(int target, ShortBuffer data, int flags) static void
glNamedBufferStorageEXT
(int buffer, long size, int flags) Overloads glNamedBufferStorageEXT.static void
glNamedBufferStorageEXT
(int buffer, ByteBuffer data, int flags) static void
glNamedBufferStorageEXT
(int buffer, DoubleBuffer data, int flags) static void
glNamedBufferStorageEXT
(int buffer, FloatBuffer data, int flags) static void
glNamedBufferStorageEXT
(int buffer, IntBuffer data, int flags) static void
glNamedBufferStorageEXT
(int buffer, LongBuffer data, int flags) static void
glNamedBufferStorageEXT
(int buffer, ShortBuffer data, int flags)
-
Field Details
-
GL_MAP_PERSISTENT_BIT
public static final int GL_MAP_PERSISTENT_BITAccepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT:- See Also:
-
GL_MAP_COHERENT_BIT
public static final int GL_MAP_COHERENT_BITAccepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT:- See Also:
-
GL_DYNAMIC_STORAGE_BIT
public static final int GL_DYNAMIC_STORAGE_BITAccepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT:- See Also:
-
GL_CLIENT_STORAGE_BIT
public static final int GL_CLIENT_STORAGE_BITAccepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT:- See Also:
-
GL_BUFFER_IMMUTABLE_STORAGE
public static final int GL_BUFFER_IMMUTABLE_STORAGEAccepted by the <pname> parameter of GetBufferParameter{i|i64}v:\- See Also:
-
GL_BUFFER_STORAGE_FLAGS
public static final int GL_BUFFER_STORAGE_FLAGSAccepted by the <pname> parameter of GetBufferParameter{i|i64}v:\- See Also:
-
GL_CLIENT_MAPPED_BUFFER_BARRIER_BIT
public static final int GL_CLIENT_MAPPED_BUFFER_BARRIER_BITAccepted by the <barriers> parameter of MemoryBarrier:- See Also:
-
-
Method Details
-
glBufferStorage
-
glBufferStorage
-
glBufferStorage
-
glBufferStorage
-
glBufferStorage
-
glBufferStorage
-
glBufferStorage
public static void glBufferStorage(int target, long size, int flags) Overloads glBufferStorage. -
glNamedBufferStorageEXT
-
glNamedBufferStorageEXT
-
glNamedBufferStorageEXT
-
glNamedBufferStorageEXT
-
glNamedBufferStorageEXT
-
glNamedBufferStorageEXT
-
glNamedBufferStorageEXT
public static void glNamedBufferStorageEXT(int buffer, long size, int flags) Overloads glNamedBufferStorageEXT.
-