java.lang.Object
overrungl.opengl.ext.GLIBMMultimodeDrawArrays
GLIBMMultimodeDrawArrays relies on preview features of the Java platform:
GLIBMMultimodeDrawArraysrefers 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidglMultiModeDrawArraysIBM(MemorySegmentPREVIEW mode, MemorySegmentPREVIEW first, MemorySegmentPREVIEW count, int primCount, int modeStride) static voidglMultiModeDrawArraysIBM(SegmentAllocatorPREVIEW allocator, int[] mode, int[] first, int[] count, int primCount, int modeStride) static voidglMultiModeDrawElementsIBM(MemorySegmentPREVIEW mode, MemorySegmentPREVIEW count, int type, MemorySegmentPREVIEW indices, int primCount, int modeStride) static voidglMultiModeDrawElementsIBM(SegmentAllocatorPREVIEW allocator, int[] mode, int[] count, int type, byte[] indices, int primCount, int modeStride) static voidglMultiModeDrawElementsIBM(SegmentAllocatorPREVIEW allocator, int[] mode, int[] count, int type, int[] indices, int primCount, int modeStride) static voidglMultiModeDrawElementsIBM(SegmentAllocatorPREVIEW allocator, int[] mode, int[] count, int type, short[] indices, int primCount, int modeStride) static voidload(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)  
 - 
 
GLIBMMultimodeDrawArrayswhen preview features are enabled.