Module CommandBuffer.Status

The execution status of the command buffer. See MTLCommandBufferStatus.

type t =
  1. | NotEnqueued
  2. | Enqueued
  3. | Committed
  4. | Scheduled
  5. | Completed
  6. | Error
val sexp_of_t : t -> Sexplib0.Sexp.t
val from_ulong : Unsigned.ulong -> t
val to_ulong : t -> Unsigned.ulong