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