Interface GPUPipelineDescriptorBase
Hierarchy
- GPUObjectDescriptorBase
- GPUPipelineDescriptorBase (view full)
Properties
Optional
label
label?: string
layout
The GPUPipelineLayout for this pipeline, or GPUAutoLayoutMode#"auto" to generate the pipeline layout automatically. Note: If GPUAutoLayoutMode#"auto" is used the pipeline cannot share GPUBindGroups with any other pipelines.
The initial value of GPUObjectBase.label.