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