List of usage examples for org.lwjgl.opengl GL14 glWindowPos2f
public static native void glWindowPos2f(@NativeType("GLfloat") float x, @NativeType("GLfloat") float y);
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glWindowPos2f(float a, float b) { GL14.glWindowPos2f(a, b); }