java.lang.Object
overrungl.opengl.ext.apple.GLAPPLEFlushBufferRange
GL_APPLE_flush_buffer_range- Since:
- 0.1.0
- Author:
- squid233
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidglBufferParameteriAPPLE(int target, int pname, int param) static voidglFlushMappedBufferRangeAPPLE(int target, long offset, long size) static voidload(GLExtCaps ext, GLLoadFunc load) 
- 
Constructor Details- 
GLAPPLEFlushBufferRangepublic GLAPPLEFlushBufferRange()
 
- 
- 
Method Details- 
load
- 
glBufferParameteriAPPLEpublic static void glBufferParameteriAPPLE(int target, int pname, int param) 
- 
glFlushMappedBufferRangeAPPLEpublic static void glFlushMappedBufferRangeAPPLE(int target, long offset, long size) 
 
-