Package org.lwjgl.opengl
Class APPLEFlushBufferRange
- java.lang.Object
-
- org.lwjgl.opengl.APPLEFlushBufferRange
-
public final class APPLEFlushBufferRange extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
GL_BUFFER_FLUSHING_UNMAP_APPLE
Accepted by the <pname> parameter of BufferParameteriAPPLE and GetBufferParameteriv:static int
GL_BUFFER_SERIALIZED_MODIFY_APPLE
Accepted by the <pname> parameter of BufferParameteriAPPLE and GetBufferParameteriv:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
glBufferParameteriAPPLE(int target, int pname, int param)
static void
glFlushMappedBufferRangeAPPLE(int target, long offset, long size)
-
-
-
Field Detail
-
GL_BUFFER_SERIALIZED_MODIFY_APPLE
public static final int GL_BUFFER_SERIALIZED_MODIFY_APPLE
Accepted by the <pname> parameter of BufferParameteriAPPLE and GetBufferParameteriv:- See Also:
- Constant Field Values
-
GL_BUFFER_FLUSHING_UNMAP_APPLE
public static final int GL_BUFFER_FLUSHING_UNMAP_APPLE
Accepted by the <pname> parameter of BufferParameteriAPPLE and GetBufferParameteriv:- See Also:
- Constant Field Values
-
-