Class ARBWindowPos

java.lang.Object
org.lwjgl.opengl.ARBWindowPos

public class ARBWindowPos extends Object
  • Method Details

    • glWindowPos2iARB

      public static void glWindowPos2iARB(@NativeType("GLint") int x, @NativeType("GLint") int y)
      void glWindowPos2iARB(GLint x, GLint y)
    • glWindowPos2sARB

      public static void glWindowPos2sARB(@NativeType("GLshort") short x, @NativeType("GLshort") short y)
      void glWindowPos2sARB(GLshort x, GLshort y)
    • glWindowPos2fARB

      public static void glWindowPos2fARB(@NativeType("GLfloat") float x, @NativeType("GLfloat") float y)
      void glWindowPos2fARB(GLfloat x, GLfloat y)
    • glWindowPos2dARB

      public static void glWindowPos2dARB(@NativeType("GLdouble") double x, @NativeType("GLdouble") double y)
      void glWindowPos2dARB(GLdouble x, GLdouble y)
    • nglWindowPos2ivARB

      public static void nglWindowPos2ivARB(long p)
      void glWindowPos2ivARB(GLint const * p)
    • glWindowPos2ivARB

      public static void glWindowPos2ivARB(@NativeType("GLint const *") IntBuffer p)
      void glWindowPos2ivARB(GLint const * p)
    • nglWindowPos2svARB

      public static void nglWindowPos2svARB(long p)
      void glWindowPos2svARB(GLshort const * p)
    • glWindowPos2svARB

      public static void glWindowPos2svARB(@NativeType("GLshort const *") ShortBuffer p)
      void glWindowPos2svARB(GLshort const * p)
    • nglWindowPos2fvARB

      public static void nglWindowPos2fvARB(long p)
      void glWindowPos2fvARB(GLfloat const * p)
    • glWindowPos2fvARB

      public static void glWindowPos2fvARB(@NativeType("GLfloat const *") FloatBuffer p)
      void glWindowPos2fvARB(GLfloat const * p)
    • nglWindowPos2dvARB

      public static void nglWindowPos2dvARB(long p)
      void glWindowPos2dvARB(GLdouble const * p)
    • glWindowPos2dvARB

      public static void glWindowPos2dvARB(@NativeType("GLdouble const *") DoubleBuffer p)
      void glWindowPos2dvARB(GLdouble const * p)
    • glWindowPos3iARB

      public static void glWindowPos3iARB(@NativeType("GLint") int x, @NativeType("GLint") int y, @NativeType("GLint") int z)
      void glWindowPos3iARB(GLint x, GLint y, GLint z)
    • glWindowPos3sARB

      public static void glWindowPos3sARB(@NativeType("GLshort") short x, @NativeType("GLshort") short y, @NativeType("GLshort") short z)
      void glWindowPos3sARB(GLshort x, GLshort y, GLshort z)
    • glWindowPos3fARB

      public static void glWindowPos3fARB(@NativeType("GLfloat") float x, @NativeType("GLfloat") float y, @NativeType("GLfloat") float z)
      void glWindowPos3fARB(GLfloat x, GLfloat y, GLfloat z)
    • glWindowPos3dARB

      public static void glWindowPos3dARB(@NativeType("GLdouble") double x, @NativeType("GLdouble") double y, @NativeType("GLdouble") double z)
      void glWindowPos3dARB(GLdouble x, GLdouble y, GLdouble z)
    • nglWindowPos3ivARB

      public static void nglWindowPos3ivARB(long p)
      void glWindowPos3ivARB(GLint const * p)
    • glWindowPos3ivARB

      public static void glWindowPos3ivARB(@NativeType("GLint const *") IntBuffer p)
      void glWindowPos3ivARB(GLint const * p)
    • nglWindowPos3svARB

      public static void nglWindowPos3svARB(long p)
      void glWindowPos3svARB(GLshort const * p)
    • glWindowPos3svARB

      public static void glWindowPos3svARB(@NativeType("GLshort const *") ShortBuffer p)
      void glWindowPos3svARB(GLshort const * p)
    • nglWindowPos3fvARB

      public static void nglWindowPos3fvARB(long p)
      void glWindowPos3fvARB(GLfloat const * p)
    • glWindowPos3fvARB

      public static void glWindowPos3fvARB(@NativeType("GLfloat const *") FloatBuffer p)
      void glWindowPos3fvARB(GLfloat const * p)
    • nglWindowPos3dvARB

      public static void nglWindowPos3dvARB(long p)
      void glWindowPos3dvARB(GLdouble const * p)
    • glWindowPos3dvARB

      public static void glWindowPos3dvARB(@NativeType("GLdouble const *") DoubleBuffer p)
      void glWindowPos3dvARB(GLdouble const * p)
    • glWindowPos2ivARB

      public static void glWindowPos2ivARB(@NativeType("GLint const *") int[] p)
      void glWindowPos2ivARB(GLint const * p)
    • glWindowPos2svARB

      public static void glWindowPos2svARB(@NativeType("GLshort const *") short[] p)
      void glWindowPos2svARB(GLshort const * p)
    • glWindowPos2fvARB

      public static void glWindowPos2fvARB(@NativeType("GLfloat const *") float[] p)
      void glWindowPos2fvARB(GLfloat const * p)
    • glWindowPos2dvARB

      public static void glWindowPos2dvARB(@NativeType("GLdouble const *") double[] p)
      void glWindowPos2dvARB(GLdouble const * p)
    • glWindowPos3ivARB

      public static void glWindowPos3ivARB(@NativeType("GLint const *") int[] p)
      void glWindowPos3ivARB(GLint const * p)
    • glWindowPos3svARB

      public static void glWindowPos3svARB(@NativeType("GLshort const *") short[] p)
      void glWindowPos3svARB(GLshort const * p)
    • glWindowPos3fvARB

      public static void glWindowPos3fvARB(@NativeType("GLfloat const *") float[] p)
      void glWindowPos3fvARB(GLfloat const * p)
    • glWindowPos3dvARB

      public static void glWindowPos3dvARB(@NativeType("GLdouble const *") double[] p)
      void glWindowPos3dvARB(GLdouble const * p)