CommandBuffer.Status
The execution status of the command buffer. See MTLCommandBufferStatus.
type t =
| NotEnqueued
| Enqueued
| Committed
| Scheduled
| Completed
| Error
val sexp_of_t : t -> Sexplib0.Sexp.t
val from_ulong : Unsigned.ulong -> t
val to_ulong : t -> Unsigned.ulong