java.lang.Object
overrungl.opengl.ext.GLIBMVertexArrayLists
GLIBMVertexArrayLists relies on preview features of the Java platform:
GLIBMVertexArrayListsrefers to one or more preview APIs:MemorySegment.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_IBM_vertex_array_lists- Since:
- 0.1.0
- Author:
- squid233
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglColorPointerListIBM(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static voidglEdgeFlagPointerListIBM(int stride, MemorySegmentPREVIEW pointer, int ptrStride) static voidglFogCoordPointerListIBM(int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static voidglIndexPointerListIBM(int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static voidglNormalPointerListIBM(int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static voidglSecondaryColorPointerListIBM(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static voidglTexCoordPointerListIBM(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static voidglVertexPointerListIBM(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static voidload(GLExtCaps ext, GLLoadFunc load)
-
Constructor Details
-
GLIBMVertexArrayLists
public GLIBMVertexArrayLists()
-
-
Method Details
-
load
-
glColorPointerListIBM
public static void glColorPointerListIBM(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) -
glEdgeFlagPointerListIBM
public static void glEdgeFlagPointerListIBM(int stride, MemorySegmentPREVIEW pointer, int ptrStride) -
glFogCoordPointerListIBM
public static void glFogCoordPointerListIBM(int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) -
glIndexPointerListIBM
public static void glIndexPointerListIBM(int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) -
glNormalPointerListIBM
public static void glNormalPointerListIBM(int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) -
glSecondaryColorPointerListIBM
public static void glSecondaryColorPointerListIBM(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) -
glTexCoordPointerListIBM
public static void glTexCoordPointerListIBM(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) -
glVertexPointerListIBM
public static void glVertexPointerListIBM(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride)
-
GLIBMVertexArrayListswhen preview features are enabled.