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

    • GLSUNTriangleList

      public GLSUNTriangleList()
  • Method Details

    • load

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

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

      public static void glReplacementCodeubSUN(byte code)
    • glReplacementCodeubvSUN

      public static void glReplacementCodeubvSUN(MemorySegmentPREVIEW code)
    • glReplacementCodeubvSUN

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

      public static void glReplacementCodeuiSUN(int code)
    • glReplacementCodeuivSUN

      public static void glReplacementCodeuivSUN(MemorySegmentPREVIEW code)
    • glReplacementCodeuivSUN

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

      public static void glReplacementCodeusSUN(short code)
    • glReplacementCodeusvSUN

      public static void glReplacementCodeusvSUN(MemorySegmentPREVIEW code)
    • glReplacementCodeusvSUN

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