Skip to main content

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.

MDN Reference

Extends

Properties

label

label: string;

MDN Reference

Inherited from

GPUObjectBase.label