Class GL14C

Direct Known Subclasses:
GL14, GL15C

public sealed class GL14C extends GL13C permits GL14, GL15C
GL14C relies on preview features of the Java platform:
Programs can only use GL14C 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 1.4 forward compatible functions.

These extensions are promoted in this version:

Since:
0.1.0
Author:
squid233
  • Field Details

  • Constructor Details

    • GL14C

      public GL14C()
  • Method Details

    • blendColor

      public static void blendColor(float red, float green, float blue, float alpha)
    • blendEquation

      public static void blendEquation(int mode)
    • blendFuncSeparate

      public static void blendFuncSeparate(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha)
    • multiDrawArrays

      public static void multiDrawArrays(int mode, MemorySegmentPREVIEW first, MemorySegmentPREVIEW count, int drawCount)
    • multiDrawArrays

      public static void multiDrawArrays(SegmentAllocatorPREVIEW allocator, int mode, int[] first, int[] count, int drawCount)
    • multiDrawArrays

      public static void multiDrawArrays(SegmentAllocatorPREVIEW allocator, int mode, int[] first, int[] count)
    • multiDrawElements

      public static void multiDrawElements(int mode, MemorySegmentPREVIEW count, int type, MemorySegmentPREVIEW indices, int drawCount)
    • multiDrawElements

      public static void multiDrawElements(SegmentAllocatorPREVIEW allocator, int mode, int[] count, int type, byte[][] indices, int drawCount)
    • multiDrawElements

      public static void multiDrawElements(SegmentAllocatorPREVIEW allocator, int mode, int[] count, int type, byte[][] indices)
    • multiDrawElements

      public static void multiDrawElements(SegmentAllocatorPREVIEW allocator, int mode, int[] count, int type, short[][] indices, int drawCount)
    • multiDrawElements

      public static void multiDrawElements(SegmentAllocatorPREVIEW allocator, int mode, int[] count, int type, short[][] indices)
    • multiDrawElements

      public static void multiDrawElements(SegmentAllocatorPREVIEW allocator, int mode, int[] count, int type, int[][] indices, int drawCount)
    • multiDrawElements

      public static void multiDrawElements(SegmentAllocatorPREVIEW allocator, int mode, int[] count, int type, int[][] indices)
    • pointParameterf

      public static void pointParameterf(int pname, float param)
    • pointParameterfv

      public static void pointParameterfv(int pname, MemorySegmentPREVIEW params)
    • pointParameterfv

      public static void pointParameterfv(SegmentAllocatorPREVIEW allocator, int pname, float[] params)
    • pointParameteri

      public static void pointParameteri(int pname, int param)
    • pointParameteriv

      public static void pointParameteriv(int pname, MemorySegmentPREVIEW params)
    • pointParameteriv

      public static void pointParameteriv(SegmentAllocatorPREVIEW allocator, int pname, int[] params)