List of usage examples for org.lwjgl.opengl GL11 glGetDouble
@NativeType("void") public static double glGetDouble(@NativeType("GLenum") int pname)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static double glGetDouble(int a) { return GL11.glGetDouble(a); }