java.lang.Object
overrungl.opengl.ext.GLIBMVertexArrayLists
GLIBMVertexArrayLists
relies on preview features of the Java platform:
GLIBMVertexArrayLists
refers 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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glColorPointerListIBM
(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static void
glEdgeFlagPointerListIBM
(int stride, MemorySegmentPREVIEW pointer, int ptrStride) static void
glFogCoordPointerListIBM
(int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static void
glIndexPointerListIBM
(int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static void
glNormalPointerListIBM
(int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static void
glSecondaryColorPointerListIBM
(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static void
glTexCoordPointerListIBM
(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static void
glVertexPointerListIBM
(int size, int type, int stride, MemorySegmentPREVIEW pointer, int ptrStride) static void
load
(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)
-
GLIBMVertexArrayLists
when preview features are enabled.