GPUPipelineLayout
The GPUPipelineLayout interface of the WebGPU API defines the GPUBindGroupLayouts used by a pipeline. GPUBindGroups used with the pipeline during command encoding must have compatible GPUBindGroupLayouts.
Available only in secure contexts.
Extends
Properties
label
label: string;