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