1 // C function void glDispatchComputeIndirect ( GLintptr indirect ); 2 3 public static native void glDispatchComputeIndirect(long indirect); 4 5