Skip to content

Documentation / device / BindGroupLayout

Interface: BindGroupLayout

Defined in: libs/device/src/gpuobject.ts:1220

Defines how the resources bound in a BindGroup

Properties

label?

optional label?: string

Defined in: libs/device/src/gpuobject.ts:1222

Label of the layout


nameMap?

optional nameMap?: Record<string, string>

Defined in: libs/device/src/gpuobject.ts:1224

The name map


entries

entries: BindGroupLayoutEntry[]

Defined in: libs/device/src/gpuobject.ts:1226

A list of BindGroupLayoutEntry

Released under the MIT License.