Class GLARBDrawInstanced

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

public final class GLARBDrawInstanced extends Object
GLARBDrawInstanced relies on preview features of the Java platform:
Programs can only use GLARBDrawInstanced 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_draw_instanced
Since:
0.1.0
Author:
squid233
  • Constructor Details

    • GLARBDrawInstanced

      public GLARBDrawInstanced()
  • Method Details

    • load

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

      public static void glDrawArraysInstancedARB(int mode, int first, int count, int primCount)
    • glDrawElementsInstancedARB

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

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

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

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