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