List of usage examples for org.lwjgl.opengl GL43 glDispatchComputeIndirect
public static void glDispatchComputeIndirect(@NativeType("GLintptr") long indirect)
From source file:tk.ivybits.engine.gl.GL.java
License:Open Source License
public static void glDispatchComputeIndirect(long a) { GL43.glDispatchComputeIndirect(a); }