java.lang.Object
overrungl.opengl.ext.sun.GLSUNTriangleList
GLSUNTriangleList relies on preview features of the Java platform:
- GLSUNTriangleListrefers 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidglReplacementCodePointerSUN(int type, int stride, MemorySegmentPREVIEW pointer) static voidglReplacementCodeubSUN(byte code) static voidstatic voidglReplacementCodeubvSUN(SegmentAllocatorPREVIEW allocator, byte[] code) static voidglReplacementCodeuiSUN(int code) static voidstatic voidglReplacementCodeuivSUN(SegmentAllocatorPREVIEW allocator, int[] code) static voidglReplacementCodeusSUN(short code) static voidstatic voidglReplacementCodeusvSUN(SegmentAllocatorPREVIEW allocator, short[] code) static voidload(GLExtCaps ext, GLLoadFunc load) 
- 
Constructor Details- 
GLSUNTriangleListpublic GLSUNTriangleList()
 
- 
- 
Method Details- 
load
- 
glReplacementCodePointerSUN
- 
glReplacementCodeubSUNpublic static void glReplacementCodeubSUN(byte code) 
- 
glReplacementCodeubvSUN
- 
glReplacementCodeubvSUN
- 
glReplacementCodeuiSUNpublic static void glReplacementCodeuiSUN(int code) 
- 
glReplacementCodeuivSUN
- 
glReplacementCodeuivSUN
- 
glReplacementCodeusSUNpublic static void glReplacementCodeusSUN(short code) 
- 
glReplacementCodeusvSUN
- 
glReplacementCodeusvSUN
 
- 
GLSUNTriangleListwhen preview features are enabled.