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 GPUBindGroupLayout
s used by a pipeline. GPUBindGroup
s used with the pipeline during command encoding must have compatible GPUBindGroupLayout
s.
A GPUPipelineLayout
object instance is created using the GPUDevice.createPipelineLayout()
method.