Class GL14


public final class GL14 extends GL14C
GL14 relies on preview features of the Java platform:
Programs can only use GL14 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 functions.
Since:
0.1.0
Author:
squid233
  • Constructor Details

    • GL14

      public GL14()
  • Method Details

    • fogCoordPointer

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

      public static void fogCoordPointer(SegmentAllocatorPREVIEW allocator, int type, int stride, float[] pointer)
    • fogCoordPointer

      public static void fogCoordPointer(SegmentAllocatorPREVIEW allocator, int type, int stride, double[] pointer)
    • fogCoordd

      public static void fogCoordd(double coord)
    • fogCoorddv

      public static void fogCoorddv(MemorySegmentPREVIEW coord)
    • fogCoorddv

      public static void fogCoorddv(SegmentAllocatorPREVIEW allocator, double[] coord)
    • fogCoordf

      public static void fogCoordf(float coord)
    • fogCoordfv

      public static void fogCoordfv(MemorySegmentPREVIEW coord)
    • fogCoordfv

      public static void fogCoordfv(SegmentAllocatorPREVIEW allocator, float[] coord)
    • secondaryColor3b

      public static void secondaryColor3b(byte red, byte green, byte blue)
    • secondaryColor3bv

      public static void secondaryColor3bv(MemorySegmentPREVIEW v)
    • secondaryColor3bv

      public static void secondaryColor3bv(SegmentAllocatorPREVIEW allocator, byte[] v)
    • secondaryColor3d

      public static void secondaryColor3d(double red, double green, double blue)
    • secondaryColor3dv

      public static void secondaryColor3dv(MemorySegmentPREVIEW v)
    • secondaryColor3dv

      public static void secondaryColor3dv(SegmentAllocatorPREVIEW allocator, double[] v)
    • secondaryColor3f

      public static void secondaryColor3f(float red, float green, float blue)
    • secondaryColor3fv

      public static void secondaryColor3fv(MemorySegmentPREVIEW v)
    • secondaryColor3fv

      public static void secondaryColor3fv(SegmentAllocatorPREVIEW allocator, float[] v)
    • secondaryColor3i

      public static void secondaryColor3i(int red, int green, int blue)
    • secondaryColor3iv

      public static void secondaryColor3iv(MemorySegmentPREVIEW v)
    • secondaryColor3iv

      public static void secondaryColor3iv(SegmentAllocatorPREVIEW allocator, int[] v)
    • secondaryColor3s

      public static void secondaryColor3s(short red, short green, short blue)
    • secondaryColor3sv

      public static void secondaryColor3sv(MemorySegmentPREVIEW v)
    • secondaryColor3sv

      public static void secondaryColor3sv(SegmentAllocatorPREVIEW allocator, short[] v)
    • secondaryColor3ub

      public static void secondaryColor3ub(byte red, byte green, byte blue)
    • secondaryColor3ubv

      public static void secondaryColor3ubv(MemorySegmentPREVIEW v)
    • secondaryColor3ubv

      public static void secondaryColor3ubv(SegmentAllocatorPREVIEW allocator, byte[] v)
    • secondaryColor3ui

      public static void secondaryColor3ui(int red, int green, int blue)
    • secondaryColor3uiv

      public static void secondaryColor3uiv(MemorySegmentPREVIEW v)
    • secondaryColor3uiv

      public static void secondaryColor3uiv(SegmentAllocatorPREVIEW allocator, int[] v)
    • secondaryColor3us

      public static void secondaryColor3us(short red, short green, short blue)
    • secondaryColor3usv

      public static void secondaryColor3usv(MemorySegmentPREVIEW v)
    • secondaryColor3usv

      public static void secondaryColor3usv(SegmentAllocatorPREVIEW allocator, short[] v)
    • secondaryColorPointer

      public static void secondaryColorPointer(int size, int type, int stride, MemorySegmentPREVIEW pointer)
    • secondaryColorPointer

      public static void secondaryColorPointer(SegmentAllocatorPREVIEW allocator, int size, int type, int stride, byte[] pointer)
    • secondaryColorPointer

      public static void secondaryColorPointer(SegmentAllocatorPREVIEW allocator, int size, int type, int stride, short[] pointer)
    • secondaryColorPointer

      public static void secondaryColorPointer(SegmentAllocatorPREVIEW allocator, int size, int type, int stride, int[] pointer)
    • secondaryColorPointer

      public static void secondaryColorPointer(SegmentAllocatorPREVIEW allocator, int size, int type, int stride, float[] pointer)
    • secondaryColorPointer

      public static void secondaryColorPointer(SegmentAllocatorPREVIEW allocator, int size, int type, int stride, double[] pointer)
    • windowPos2d

      public static void windowPos2d(double x, double y)
    • windowPos2dv

      public static void windowPos2dv(MemorySegmentPREVIEW v)
    • windowPos2dv

      public static void windowPos2dv(SegmentAllocatorPREVIEW allocator, double[] v)
    • windowPos2f

      public static void windowPos2f(float x, float y)
    • windowPos2fv

      public static void windowPos2fv(MemorySegmentPREVIEW v)
    • windowPos2fv

      public static void windowPos2fv(SegmentAllocatorPREVIEW allocator, float[] v)
    • windowPos2i

      public static void windowPos2i(int x, int y)
    • windowPos2iv

      public static void windowPos2iv(MemorySegmentPREVIEW v)
    • windowPos2iv

      public static void windowPos2iv(SegmentAllocatorPREVIEW allocator, int[] v)
    • windowPos2s

      public static void windowPos2s(short x, short y)
    • windowPos2sv

      public static void windowPos2sv(MemorySegmentPREVIEW v)
    • windowPos2sv

      public static void windowPos2sv(SegmentAllocatorPREVIEW allocator, short[] v)
    • windowPos3d

      public static void windowPos3d(double x, double y, double z)
    • windowPos3dv

      public static void windowPos3dv(MemorySegmentPREVIEW v)
    • windowPos3dv

      public static void windowPos3dv(SegmentAllocatorPREVIEW allocator, double[] v)
    • windowPos3f

      public static void windowPos3f(float x, float y, float z)
    • windowPos3fv

      public static void windowPos3fv(MemorySegmentPREVIEW v)
    • windowPos3fv

      public static void windowPos3fv(SegmentAllocatorPREVIEW allocator, float[] v)
    • windowPos3i

      public static void windowPos3i(int x, int y, int z)
    • windowPos3iv

      public static void windowPos3iv(MemorySegmentPREVIEW v)
    • windowPos3iv

      public static void windowPos3iv(SegmentAllocatorPREVIEW allocator, int[] v)
    • windowPos3s

      public static void windowPos3s(short x, short y, short z)
    • windowPos3sv

      public static void windowPos3sv(MemorySegmentPREVIEW v)
    • windowPos3sv

      public static void windowPos3sv(SegmentAllocatorPREVIEW allocator, short[] v)