Class GLIBMMultimodeDrawArrays

java.lang.Object
overrungl.opengl.ext.GLIBMMultimodeDrawArrays

public final class GLIBMMultimodeDrawArrays extends Object
GLIBMMultimodeDrawArrays relies on preview features of the Java platform:
Programs can only use GLIBMMultimodeDrawArrays when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_IBM_multimode_draw_arrays
Since:
0.1.0
Author:
squid233
  • Constructor Details

    • GLIBMMultimodeDrawArrays

      public GLIBMMultimodeDrawArrays()
  • Method Details

    • load

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

      public static void glMultiModeDrawArraysIBM(MemorySegmentPREVIEW mode, MemorySegmentPREVIEW first, MemorySegmentPREVIEW count, int primCount, int modeStride)
    • glMultiModeDrawArraysIBM

      public static void glMultiModeDrawArraysIBM(SegmentAllocatorPREVIEW allocator, int[] mode, int[] first, int[] count, int primCount, int modeStride)
    • glMultiModeDrawElementsIBM

      public static void glMultiModeDrawElementsIBM(MemorySegmentPREVIEW mode, MemorySegmentPREVIEW count, int type, MemorySegmentPREVIEW indices, int primCount, int modeStride)
    • glMultiModeDrawElementsIBM

      public static void glMultiModeDrawElementsIBM(SegmentAllocatorPREVIEW allocator, int[] mode, int[] count, int type, byte[] indices, int primCount, int modeStride)
    • glMultiModeDrawElementsIBM

      public static void glMultiModeDrawElementsIBM(SegmentAllocatorPREVIEW allocator, int[] mode, int[] count, int type, short[] indices, int primCount, int modeStride)
    • glMultiModeDrawElementsIBM

      public static void glMultiModeDrawElementsIBM(SegmentAllocatorPREVIEW allocator, int[] mode, int[] count, int type, int[] indices, int primCount, int modeStride)