java.lang.Object
overrungl.opengl.ext.arb.GLARBMatrixPalette
GLARBMatrixPalette relies on preview features of the Java platform:
GLARBMatrixPaletterefers to one or more preview APIs:MemorySegment.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_ARB_matrix_palette- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglCurrentPaletteMatrixARB(int index) static voidglMatrixIndexPointerARB(int size, int type, int stride, MemorySegmentPREVIEW pointer) static voidglMatrixIndexubvARB(int size, MemorySegmentPREVIEW indices) static voidglMatrixIndexuivARB(int size, MemorySegmentPREVIEW indices) static voidglMatrixIndexusvARB(int size, MemorySegmentPREVIEW indices) static voidload(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLARBMatrixPalette
public GLARBMatrixPalette()
-
-
Method Details
-
load
-
glCurrentPaletteMatrixARB
public static void glCurrentPaletteMatrixARB(int index) -
glMatrixIndexPointerARB
public static void glMatrixIndexPointerARB(int size, int type, int stride, MemorySegmentPREVIEW pointer) -
glMatrixIndexubvARB
-
glMatrixIndexuivARB
-
glMatrixIndexusvARB
-
GLARBMatrixPalettewhen preview features are enabled.