Module Metal.CommandEncoder

Base protocol for objects that encode commands into a command buffer. See MTLCommandEncoder.

type t
val sexp_of_t : t -> Sexplib0.Sexp.t
val set_label : t -> string -> unit
val get_label : t -> string
val get_device : t -> Device.t
val end_encoding : t -> unit
val insert_debug_signpost : t -> string -> unit
val push_debug_group : t -> string -> unit
val pop_debug_group : t -> unit