Documentation / device / BindGroupLayout
Interface: BindGroupLayout
Defined in: libs/device/src/gpuobject.ts:1220
Defines how the resources bound in a BindGroup
Properties
label?
optionallabel?:string
Defined in: libs/device/src/gpuobject.ts:1222
Label of the layout
nameMap?
optionalnameMap?: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