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