Metal.IndirectComputeCommandRepresents a command within an indirect command buffer specific to compute operations. See MTLIndirectComputeCommand.
val sexp_of_t : t -> Sexplib0.Sexp.tval set_compute_pipeline_state : t -> ComputePipelineState.t -> unitSets a buffer argument for the command.
val concurrent_dispatch_threadgroups : 
  t ->
  threadgroups_per_grid:Size.t ->
  threads_per_threadgroup:Size.t ->
  unitSpecifies dispatch dimensions for the command.
val set_barrier : t -> unit