Module Compute_pipeline.Descriptor

Descriptors.

type t

The type for GPUComputePipelineDescriptor objects.

val v : ?label:Jstr.t -> layout:[ `Auto | `Layout of Pipeline_layout.t ] -> compute:Programmable_stage.t -> unit -> t

v constructs a GPUComputePipelineDescriptor object with given parameters.