Class GL21C

Direct Known Subclasses:
GL30C

public sealed class GL21C extends GL20C permits GL30C
GL21C relies on preview features of the Java platform:
Programs can only use GL21C when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
The OpenGL 2.1 forward compatible functions.

These extensions are promoted in this version:

Since:
0.1.0
Author:
squid233
  • Field Details

  • Constructor Details

    • GL21C

      public GL21C()
  • Method Details

    • uniformMatrix2x3fv

      public static void uniformMatrix2x3fv(int location, int count, boolean transpose, MemorySegmentPREVIEW value)
    • uniformMatrix2x3fv

      public static void uniformMatrix2x3fv(SegmentAllocatorPREVIEW allocator, int location, int count, boolean transpose, float[] value)
    • uniformMatrix2x3fv

      public static void uniformMatrix2x3fv(SegmentAllocatorPREVIEW allocator, int location, boolean transpose, float[] value)
    • uniformMatrix2x4fv

      public static void uniformMatrix2x4fv(int location, int count, boolean transpose, MemorySegmentPREVIEW value)
    • uniformMatrix2x4fv

      public static void uniformMatrix2x4fv(SegmentAllocatorPREVIEW allocator, int location, int count, boolean transpose, float[] value)
    • uniformMatrix2x4fv

      public static void uniformMatrix2x4fv(SegmentAllocatorPREVIEW allocator, int location, boolean transpose, float[] value)
    • uniformMatrix3x2fv

      public static void uniformMatrix3x2fv(int location, int count, boolean transpose, MemorySegmentPREVIEW value)
    • uniformMatrix3x2fv

      public static void uniformMatrix3x2fv(SegmentAllocatorPREVIEW allocator, int location, int count, boolean transpose, float[] value)
    • uniformMatrix3x2fv

      public static void uniformMatrix3x2fv(SegmentAllocatorPREVIEW allocator, int location, boolean transpose, float[] value)
    • uniformMatrix3x4fv

      public static void uniformMatrix3x4fv(int location, int count, boolean transpose, MemorySegmentPREVIEW value)
    • uniformMatrix3x4fv

      public static void uniformMatrix3x4fv(SegmentAllocatorPREVIEW allocator, int location, int count, boolean transpose, float[] value)
    • uniformMatrix3x4fv

      public static void uniformMatrix3x4fv(SegmentAllocatorPREVIEW allocator, int location, boolean transpose, float[] value)
    • uniformMatrix4x2fv

      public static void uniformMatrix4x2fv(int location, int count, boolean transpose, MemorySegmentPREVIEW value)
    • uniformMatrix4x2fv

      public static void uniformMatrix4x2fv(SegmentAllocatorPREVIEW allocator, int location, int count, boolean transpose, float[] value)
    • uniformMatrix4x2fv

      public static void uniformMatrix4x2fv(SegmentAllocatorPREVIEW allocator, int location, boolean transpose, float[] value)
    • uniformMatrix4x3fv

      public static void uniformMatrix4x3fv(int location, int count, boolean transpose, MemorySegmentPREVIEW value)
    • uniformMatrix4x3fv

      public static void uniformMatrix4x3fv(SegmentAllocatorPREVIEW allocator, int location, int count, boolean transpose, float[] value)
    • uniformMatrix4x3fv

      public static void uniformMatrix4x3fv(SegmentAllocatorPREVIEW allocator, int location, boolean transpose, float[] value)