Metal.ComputePipelineDescriptorDescribes the configuration for creating a compute pipeline state. See MTLComputePipelineDescriptor.
val sexp_of_t : t -> Sexplib0.Sexp.tval create : unit -> tval set_label : t -> string -> unitval get_label : t -> stringval set_compute_function : t -> Function.t -> unitval get_compute_function : t -> Function.tval set_support_indirect_command_buffers : t -> bool -> unitval get_support_indirect_command_buffers : t -> bool