java.lang.Object
overrungl.opengl.ext.apple.GLAPPLEFence
GLAPPLEFence
relies on preview features of the Java platform:
GLAPPLEFence
refers to one or more preview APIs:MemorySegment
,SegmentAllocator
.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_APPLE_fence
- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glDeleteFencesAPPLE
(int n, MemorySegmentPREVIEW fences) static void
glDeleteFencesAPPLE
(SegmentAllocatorPREVIEW allocator, int[] fences) static void
glFinishFenceAPPLE
(int fence) static void
glFinishObjectAPPLE
(int object, int name) static int
static void
glGenFencesAPPLE
(int n, MemorySegmentPREVIEW fences) static void
glGenFencesAPPLE
(SegmentAllocatorPREVIEW allocator, int[] fences) static boolean
glIsFenceAPPLE
(int fence) static void
glSetFenceAPPLE
(int fence) static boolean
glTestFenceAPPLE
(int fence) static boolean
glTestObjectAPPLE
(int object, int name) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLAPPLEFence
public GLAPPLEFence()
-
-
Method Details
-
load
-
glDeleteFencesAPPLE
-
glDeleteFencesAPPLE
-
glFinishFenceAPPLE
public static void glFinishFenceAPPLE(int fence) -
glFinishObjectAPPLE
public static void glFinishObjectAPPLE(int object, int name) -
glGenFencesAPPLE
-
glGenFencesAPPLE
-
glGenFenceAPPLE
public static int glGenFenceAPPLE() -
glIsFenceAPPLE
public static boolean glIsFenceAPPLE(int fence) -
glSetFenceAPPLE
public static void glSetFenceAPPLE(int fence) -
glTestFenceAPPLE
public static boolean glTestFenceAPPLE(int fence) -
glTestObjectAPPLE
public static boolean glTestObjectAPPLE(int object, int name)
-
GLAPPLEFence
when preview features are enabled.