Compute_pass.Descriptor
Descriptors.
type t
The type for GPUComputePassDescriptor objects.
GPUComputePassDescriptor
val v : ?label:Jstr.t -> timestamp_writes:Timestamp_writes.t -> unit -> t
v constructs a GPUComputePassDescriptor object with given parameters.
v