ArcComputePassDescriptor

Type Alias ArcComputePassDescriptor 

Source
type ArcComputePassDescriptor<'a> = ComputePassDescriptor<'a, PassTimestampWrites<Arc<QuerySet>>>;
Expand description

cbindgen:ignore

Aliased Type§

struct ArcComputePassDescriptor<'a> {
    pub label: Option<Cow<'a, str>>,
    pub timestamp_writes: Option<PassTimestampWrites<Arc<QuerySet>>>,
}

Fields§

§label: Option<Cow<'a, str>>§timestamp_writes: Option<PassTimestampWrites<Arc<QuerySet>>>

Defines where and when timestamp values will be written for this pass.