java.lang.Object
overrungl.opengl.ext.apple.GLAPPLEFlushBufferRange
GL_APPLE_flush_buffer_range- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
GLAPPLEFlushBufferRange
public GLAPPLEFlushBufferRange()
-
-
Method Details
-
load
-
glBufferParameteriAPPLE
public static void glBufferParameteriAPPLE(int target, int pname, int param) -
glFlushMappedBufferRangeAPPLE
public static void glFlushMappedBufferRangeAPPLE(int target, long offset, long size)
-