Class GLARBMatrixPalette

java.lang.Object
overrungl.opengl.ext.arb.GLARBMatrixPalette

public final class GLARBMatrixPalette extends Object
GLARBMatrixPalette relies on preview features of the Java platform:
  • GLARBMatrixPalette refers to one or more preview APIs: MemorySegment.
Programs can only use GLARBMatrixPalette when preview features are enabled.
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 Details

    • GLARBMatrixPalette

      public GLARBMatrixPalette()
  • Method Details

    • load

      public static void load(GLExtCaps ext, GLLoadFunc load)
    • glCurrentPaletteMatrixARB

      public static void glCurrentPaletteMatrixARB(int index)
    • glMatrixIndexPointerARB

      public static void glMatrixIndexPointerARB(int size, int type, int stride, MemorySegmentPREVIEW pointer)
    • glMatrixIndexubvARB

      public static void glMatrixIndexubvARB(int size, MemorySegmentPREVIEW indices)
    • glMatrixIndexuivARB

      public static void glMatrixIndexuivARB(int size, MemorySegmentPREVIEW indices)
    • glMatrixIndexusvARB

      public static void glMatrixIndexusvARB(int size, MemorySegmentPREVIEW indices)