Metal.BlitCommandEncoder
Encodes resource copy and synchronization commands. See MTLBlitCommandEncoder.
val sexp_of_t : t -> Sexplib0.Sexp.t
val set_label : t -> string -> unit
val get_label : t -> string
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
val on_buffer : CommandBuffer.t -> t
Fills a buffer range with a byte value (0-255).
val synchronize_resource : t -> Resource.t -> unit
Synchronizes a managed resource between CPU and GPU.