java.lang.Object
overrungl.opengl.ext.sun.GLSUNTriangleList
GLSUNTriangleList
relies on preview features of the Java platform:
GLSUNTriangleList
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_SUN_triangle_list
- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glReplacementCodePointerSUN
(int type, int stride, MemorySegmentPREVIEW pointer) static void
glReplacementCodeubSUN
(byte code) static void
static void
glReplacementCodeubvSUN
(SegmentAllocatorPREVIEW allocator, byte[] code) static void
glReplacementCodeuiSUN
(int code) static void
static void
glReplacementCodeuivSUN
(SegmentAllocatorPREVIEW allocator, int[] code) static void
glReplacementCodeusSUN
(short code) static void
static void
glReplacementCodeusvSUN
(SegmentAllocatorPREVIEW allocator, short[] code) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLSUNTriangleList
public GLSUNTriangleList()
-
-
Method Details
-
load
-
glReplacementCodePointerSUN
-
glReplacementCodeubSUN
public static void glReplacementCodeubSUN(byte code) -
glReplacementCodeubvSUN
-
glReplacementCodeubvSUN
-
glReplacementCodeuiSUN
public static void glReplacementCodeuiSUN(int code) -
glReplacementCodeuivSUN
-
glReplacementCodeuivSUN
-
glReplacementCodeusSUN
public static void glReplacementCodeusSUN(short code) -
glReplacementCodeusvSUN
-
glReplacementCodeusvSUN
-
GLSUNTriangleList
when preview features are enabled.