Class GLSUNTriangleList

java.lang.Object
overrungl.opengl.ext.sun.GLSUNTriangleList

public final class GLSUNTriangleList extends Object
GLSUNTriangleList relies on preview features of the Java platform:
Programs can only use GLSUNTriangleList when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
GL_SUN_triangle_list
Since:
0.1.0
Author:
squid233
  • Constructor Details Link icon

    • GLSUNTriangleList Link icon

      public GLSUNTriangleList()
  • Method Details Link icon

    • load Link icon

      public static void load(GLExtCaps ext, GLLoadFunc load)
    • glReplacementCodePointerSUN Link icon

      public static void glReplacementCodePointerSUN(int type, int stride, MemorySegmentPREVIEW pointer)
    • glReplacementCodeubSUN Link icon

      public static void glReplacementCodeubSUN(byte code)
    • glReplacementCodeubvSUN Link icon

      public static void glReplacementCodeubvSUN(MemorySegmentPREVIEW code)
    • glReplacementCodeubvSUN Link icon

      public static void glReplacementCodeubvSUN(SegmentAllocatorPREVIEW allocator, byte[] code)
    • glReplacementCodeuiSUN Link icon

      public static void glReplacementCodeuiSUN(int code)
    • glReplacementCodeuivSUN Link icon

      public static void glReplacementCodeuivSUN(MemorySegmentPREVIEW code)
    • glReplacementCodeuivSUN Link icon

      public static void glReplacementCodeuivSUN(SegmentAllocatorPREVIEW allocator, int[] code)
    • glReplacementCodeusSUN Link icon

      public static void glReplacementCodeusSUN(short code)
    • glReplacementCodeusvSUN Link icon

      public static void glReplacementCodeusvSUN(MemorySegmentPREVIEW code)
    • glReplacementCodeusvSUN Link icon

      public static void glReplacementCodeusvSUN(SegmentAllocatorPREVIEW allocator, short[] code)