Skip to content

Documentation / device / BindGroupLayout

Interface: BindGroupLayout

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

Defines how the resources bound in a BindGroup

Properties

label?

optional label?: string

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

Label of the layout


nameMap?

optional nameMap?: Record<string, string>

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

The name map


entries

entries: BindGroupLayoutEntry[]

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

A list of BindGroupLayoutEntry

Released under the MIT License.