java.lang.Object
overrungl.opengl.ext.GLIBMMultimodeDrawArrays
GLIBMMultimodeDrawArrays
relies on preview features of the Java platform:
GLIBMMultimodeDrawArrays
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_IBM_multimode_draw_arrays
- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glMultiModeDrawArraysIBM
(MemorySegmentPREVIEW mode, MemorySegmentPREVIEW first, MemorySegmentPREVIEW count, int primCount, int modeStride) static void
glMultiModeDrawArraysIBM
(SegmentAllocatorPREVIEW allocator, int[] mode, int[] first, int[] count, int primCount, int modeStride) static void
glMultiModeDrawElementsIBM
(MemorySegmentPREVIEW mode, MemorySegmentPREVIEW count, int type, MemorySegmentPREVIEW indices, int primCount, int modeStride) static void
glMultiModeDrawElementsIBM
(SegmentAllocatorPREVIEW allocator, int[] mode, int[] count, int type, byte[] indices, int primCount, int modeStride) static void
glMultiModeDrawElementsIBM
(SegmentAllocatorPREVIEW allocator, int[] mode, int[] count, int type, int[] indices, int primCount, int modeStride) static void
glMultiModeDrawElementsIBM
(SegmentAllocatorPREVIEW allocator, int[] mode, int[] count, int type, short[] indices, int primCount, int modeStride) static void
load
(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLIBMMultimodeDrawArrays
public GLIBMMultimodeDrawArrays()
-
-
Method Details
-
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)
-
GLIBMMultimodeDrawArrays
when preview features are enabled.