Module Metal_api.ComputePipeline

type t = {
  1. handle : Metal_types.mtl_compute_pipeline_state;
  2. device : Device.t;
  3. max_threads_per_threadgroup : int;
  4. thread_execution_width : int;
}
val release : t -> unit