Configurable
Defined in: packages/typegpu/src/core/root/rootTypes.ts:236
Extends
Section titled “Extends”Withable<Configurable>
Properties
Section titled “Properties”bindings
Section titled “bindings”
readonlybindings: [TgpuSlot<unknown>,unknown][]
Defined in: packages/typegpu/src/core/root/rootTypes.ts:237
Methods
Section titled “Methods”pipe()
Section titled “pipe()”pipe(
transform):Configurable
Defined in: packages/typegpu/src/core/root/rootTypes.ts:239
Parameters
Section titled “Parameters”transform
Section titled “transform”(cfg) => Configurable
Returns
Section titled “Returns”Configurable
with()
Section titled “with()”Call Signature
Section titled “Call Signature”with<
T>(slot,value):Configurable
Defined in: packages/typegpu/src/core/root/rootTypes.ts:204
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”TgpuSlot<T>
Eventual<T>
Returns
Section titled “Returns”Configurable
Inherited from
Section titled “Inherited from”Call Signature
Section titled “Call Signature”with<
T>(accessor,value):Configurable
Defined in: packages/typegpu/src/core/root/rootTypes.ts:205
Type Parameters
Section titled “Type Parameters”T extends BaseData
Parameters
Section titled “Parameters”accessor
Section titled “accessor”TgpuAccessor<T>
In<NoInfer>
Returns
Section titled “Returns”Configurable
Inherited from
Section titled “Inherited from”Call Signature
Section titled “Call Signature”with<
T>(accessor,value):Configurable
Defined in: packages/typegpu/src/core/root/rootTypes.ts:206
Type Parameters
Section titled “Type Parameters”T extends BaseData
Parameters
Section titled “Parameters”accessor
Section titled “accessor”In<NoInfer>
Returns
Section titled “Returns”Configurable