Interface GPUPipelineDescriptorBase
                 
                    
                  Hierarchy
              
              - GPUObjectDescriptorBase- GPUPipelineDescriptorBase (View Summary)
 
 Properties
Optionallabel
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.