java.lang.Object
overrungl.opengl.ext.arb.GLARBDrawInstanced
GLARBDrawInstanced relies on preview features of the Java platform:
GLARBDrawInstancedrefers 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_ARB_draw_instanced- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglDrawArraysInstancedARB(int mode, int first, int count, int primCount) static voidglDrawElementsInstancedARB(int mode, int count, int type, MemorySegmentPREVIEW indices, int primCount) static voidglDrawElementsInstancedARB(SegmentAllocatorPREVIEW allocator, int mode, int count, int type, byte[] indices, int primCount) static voidglDrawElementsInstancedARB(SegmentAllocatorPREVIEW allocator, int mode, int count, int type, int[] indices, int primCount) static voidglDrawElementsInstancedARB(SegmentAllocatorPREVIEW allocator, int mode, int count, int type, short[] indices, int primCount) static voidload(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLARBDrawInstanced
public GLARBDrawInstanced()
-
-
Method Details
-
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)
-
GLARBDrawInstancedwhen preview features are enabled.