Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
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.
A GPUPipelineLayout object instance is created using the GPUDevice.createPipelineLayout() method.