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