Skip to main content

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.

MDN Reference

Extends

Properties

label

label: string;

MDN Reference

Inherited from

GPUObjectBase.label