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