GPUBindGroupLayout
The GPUBindGroupLayout interface of the WebGPU API defines the structure and purpose of related GPU resources such as buffers that will be used in a pipeline, and is used as a template when creating GPUBindGroups.
Available only in secure contexts.
Extends
Properties
label
label: string;