Class GLIBMVertexArrayLists

java.lang.Object
overrungl.opengl.ext.GLIBMVertexArrayLists

public final class GLIBMVertexArrayLists extends Object
GLIBMVertexArrayLists relies on preview features of the Java platform:
  • GLIBMVertexArrayLists refers to one or more preview APIs: MemorySegment.
Programs can only use GLIBMVertexArrayLists when preview features are enabled.
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 Details

    • GLIBMVertexArrayLists

      public GLIBMVertexArrayLists()
  • Method Details

    • load

      public static void load(GLExtCaps ext, GLLoadFunc 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)