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