Class GL14

java.lang.Object
org.lwjgl.opengl.GL14

public final class GL14 extends Object

The core OpenGL1.4 API.

Version:
$Revision$ $Id$
Author:
cix_foo invalid input: '<'cix_foo@users.sourceforge.net>
  • Field Details

  • Method Details

    • glBlendEquation

      public static void glBlendEquation(int mode)
    • glBlendColor

      public static void glBlendColor(float red, float green, float blue, float alpha)
    • glFogCoordf

      public static void glFogCoordf(float coord)
    • glFogCoordd

      public static void glFogCoordd(double coord)
    • glFogCoordPointer

      public static void glFogCoordPointer(int stride, DoubleBuffer data)
    • glFogCoordPointer

      public static void glFogCoordPointer(int stride, FloatBuffer data)
    • glFogCoordPointer

      public static void glFogCoordPointer(int type, int stride, long data_buffer_offset)
    • glMultiDrawArrays

      public static void glMultiDrawArrays(int mode, IntBuffer piFirst, IntBuffer piCount)
    • glPointParameteri

      public static void glPointParameteri(int pname, int param)
    • glPointParameterf

      public static void glPointParameterf(int pname, float param)
    • glPointParameter

      public static void glPointParameter(int pname, IntBuffer params)
    • glPointParameter

      public static void glPointParameter(int pname, FloatBuffer params)
    • glSecondaryColor3b

      public static void glSecondaryColor3b(byte red, byte green, byte blue)
    • glSecondaryColor3f

      public static void glSecondaryColor3f(float red, float green, float blue)
    • glSecondaryColor3d

      public static void glSecondaryColor3d(double red, double green, double blue)
    • glSecondaryColor3ub

      public static void glSecondaryColor3ub(byte red, byte green, byte blue)
    • glSecondaryColorPointer

      public static void glSecondaryColorPointer(int size, int stride, DoubleBuffer data)
    • glSecondaryColorPointer

      public static void glSecondaryColorPointer(int size, int stride, FloatBuffer data)
    • glSecondaryColorPointer

      public static void glSecondaryColorPointer(int size, boolean unsigned, int stride, ByteBuffer data)
    • glSecondaryColorPointer

      public static void glSecondaryColorPointer(int size, int type, int stride, long data_buffer_offset)
    • glBlendFuncSeparate

      public static void glBlendFuncSeparate(int sfactorRGB, int dfactorRGB, int sfactorAlpha, int dfactorAlpha)
    • glWindowPos2f

      public static void glWindowPos2f(float x, float y)
    • glWindowPos2d

      public static void glWindowPos2d(double x, double y)
    • glWindowPos2i

      public static void glWindowPos2i(int x, int y)
    • glWindowPos3f

      public static void glWindowPos3f(float x, float y, float z)
    • glWindowPos3d

      public static void glWindowPos3d(double x, double y, double z)
    • glWindowPos3i

      public static void glWindowPos3i(int x, int y, int z)