List of usage examples for org.lwjgl.opengl GL32 glGetInteger64v
public static void glGetInteger64v(@NativeType("GLenum") int pname, @NativeType("GLint64 *") long[] params)
From source file:com.badlogic.gdx.backends.jglfw.JglfwGL30.java
License:Apache License
@Override public void glGetInteger64v(int pname, LongBuffer params) { GL32.glGetInteger64v(pname, params); }