TgpuBindGroup
TgpuBindGroup<
Entries> =object
Defined in: packages/typegpu/src/tgpuBindGroupLayout.ts:413
Type Parameters
Section titled “Type Parameters”Entries
Section titled “Entries”Entries extends Record<string, TgpuLayoutEntry | null> = Record<string, TgpuLayoutEntry | null>
Properties
Section titled “Properties”layout
Section titled “layout”
readonlylayout:TgpuBindGroupLayout<Entries>
Defined in: packages/typegpu/src/tgpuBindGroupLayout.ts:417
resourceType
Section titled “resourceType”
readonlyresourceType:"bind-group"
Defined in: packages/typegpu/src/tgpuBindGroupLayout.ts:416
Methods
Section titled “Methods”unwrap()
Section titled “unwrap()”unwrap(
unwrapper):GPUBindGroup
Defined in: packages/typegpu/src/tgpuBindGroupLayout.ts:418
Parameters
Section titled “Parameters”unwrapper
Section titled “unwrapper”Unwrapper
Returns
Section titled “Returns”GPUBindGroup