Metal.IndirectCommandBufferDescriptorDescribes the configuration for an indirect command buffer. See MTLIndirectCommandBufferDescriptor.
val sexp_of_t : t -> Sexplib0.Sexp.tval create : unit -> tval set_command_types : t -> IndirectCommandType.t -> unitval get_command_types : t -> IndirectCommandType.tval set_inherit_pipeline_state : t -> bool -> unitConfigures whether commands inherit the pipeline state from the encoder.
val get_inherit_pipeline_state : t -> boolval set_inherit_buffers : t -> bool -> unitConfigures whether commands inherit buffer bindings from the encoder.
val get_inherit_buffers : t -> boolval set_max_kernel_buffer_bind_count : t -> int -> unitSets the maximum number of buffer bindings commands can specify.
val get_max_kernel_buffer_bind_count : t -> int