Class GLINTELParallelArrays

java.lang.Object
overrungl.opengl.ext.GLINTELParallelArrays

public final class GLINTELParallelArrays extends Object
GLINTELParallelArrays relies on preview features of the Java platform:
  • GLINTELParallelArrays refers to one or more preview APIs: MemorySegment.
Programs can only use GLINTELParallelArrays when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_INTEL_parallel_arrays
Since:
0.1.0
Author:
squid233
  • Constructor Details

    • GLINTELParallelArrays

      public GLINTELParallelArrays()
  • Method Details

    • load

      public static void load(GLExtCaps ext, GLLoadFunc load)
    • glColorPointervINTEL

      public static void glColorPointervINTEL(int size, int type, MemorySegmentPREVIEW pointer)
    • glNormalPointervINTEL

      public static void glNormalPointervINTEL(int type, MemorySegmentPREVIEW pointer)
    • glTexCoordPointervINTEL

      public static void glTexCoordPointervINTEL(int size, int type, MemorySegmentPREVIEW pointer)
    • glVertexPointervINTEL

      public static void glVertexPointervINTEL(int size, int type, MemorySegmentPREVIEW pointer)