Module ComputeCommandEncoder.DispatchType

Possible ways to dispatch commands within an encoder. See MTLDispatchType.

type t =
  1. | Serial
  2. | Concurrent
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_ulong : t -> Unsigned.ulong