Package org.lwjgl.opengl
Class ARBBufferStorage
java.lang.Object
org.lwjgl.opengl.ARBBufferStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccepted by the <pname> parameter of GetBufferParameter{i|i64}v:\static final intAccepted by the <pname> parameter of GetBufferParameter{i|i64}v:\static final intAccepted by the <barriers> parameter of MemoryBarrier:static final intAccepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT:static final intAccepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT:static final intAccepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT:static final intAccepted in the <flags> parameter of BufferStorage and NamedBufferStorageEXT: -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglBufferStorage(int target, long size, int flags) Overloads glBufferStorage.static voidglBufferStorage(int target, ByteBuffer data, int flags) static voidglBufferStorage(int target, DoubleBuffer data, int flags) static voidglBufferStorage(int target, FloatBuffer data, int flags) static voidglBufferStorage(int target, IntBuffer data, int flags) static voidglBufferStorage(int target, LongBuffer data, int flags) static voidglBufferStorage(int target, ShortBuffer data, int flags) static voidglNamedBufferStorageEXT(int buffer, long size, int flags) Overloads glNamedBufferStorageEXT.static voidglNamedBufferStorageEXT(int buffer, ByteBuffer data, int flags) static voidglNamedBufferStorageEXT(int buffer, DoubleBuffer data, int flags) static voidglNamedBufferStorageEXT(int buffer, FloatBuffer data, int flags) static voidglNamedBufferStorageEXT(int buffer, IntBuffer data, int flags) static voidglNamedBufferStorageEXT(int buffer, LongBuffer data, int flags) static voidglNamedBufferStorageEXT(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.
-