java.lang.Object
overrungl.opengl.ext.arb.GLARBDrawInstanced
GLARBDrawInstanced
relies on preview features of the Java platform:
GLARBDrawInstanced
refers 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glDrawArraysInstancedARB
(int mode, int first, int count, int primCount) static void
glDrawElementsInstancedARB
(int mode, int count, int type, MemorySegmentPREVIEW indices, int primCount) static void
glDrawElementsInstancedARB
(SegmentAllocatorPREVIEW allocator, int mode, int count, int type, byte[] indices, int primCount) static void
glDrawElementsInstancedARB
(SegmentAllocatorPREVIEW allocator, int mode, int count, int type, int[] indices, int primCount) static void
glDrawElementsInstancedARB
(SegmentAllocatorPREVIEW allocator, int mode, int count, int type, short[] indices, int primCount) static void
load
(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)
-
GLARBDrawInstanced
when preview features are enabled.