Package org.lwjgl.opengl
Class APPLEFlushBufferRange
java.lang.Object
org.lwjgl.opengl.APPLEFlushBufferRange
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted by the <pname> parameter of BufferParameteriAPPLE and GetBufferParameteriv:static final int
Accepted by the <pname> parameter of BufferParameteriAPPLE and GetBufferParameteriv: -
Method Summary
Modifier and TypeMethodDescriptionstatic void
glBufferParameteriAPPLE
(int target, int pname, int param) static void
glFlushMappedBufferRangeAPPLE
(int target, long offset, long size)
-
Field Details
-
GL_BUFFER_SERIALIZED_MODIFY_APPLE
public static final int GL_BUFFER_SERIALIZED_MODIFY_APPLEAccepted by the <pname> parameter of BufferParameteriAPPLE and GetBufferParameteriv:- See Also:
-
GL_BUFFER_FLUSHING_UNMAP_APPLE
public static final int GL_BUFFER_FLUSHING_UNMAP_APPLEAccepted by the <pname> parameter of BufferParameteriAPPLE and GetBufferParameteriv:- See Also:
-
-
Method Details
-
glBufferParameteriAPPLE
public static void glBufferParameteriAPPLE(int target, int pname, int param) -
glFlushMappedBufferRangeAPPLE
public static void glFlushMappedBufferRangeAPPLE(int target, long offset, long size)
-