WgslArray
Defined in: packages/typegpu/src/data/wgslTypes.ts:1172
Array schema constructed via d.arrayOf function.
Responsible for handling reading and writing array values
between binary and JS representation. Takes into account
the byteAlignment requirement of its elementType.
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”TElement
Section titled “TElement”TElement extends BaseData = BaseData
Call Signature
Section titled “Call Signature”WgslArray<
T>(elements):Infer<T>[]
Defined in: packages/typegpu/src/data/wgslTypes.ts:1173
Array schema constructed via d.arrayOf function.
Responsible for handling reading and writing array values
between binary and JS representation. Takes into account
the byteAlignment requirement of its elementType.
Type Parameters
Section titled “Type Parameters”T extends BaseData
Parameters
Section titled “Parameters”elements
Section titled “elements”Infer<T>[]
Returns
Section titled “Returns”Infer<T>[]
Call Signature
Section titled “Call Signature”WgslArray():
Infer<TElement>[]
Defined in: packages/typegpu/src/data/wgslTypes.ts:1174
Array schema constructed via d.arrayOf function.
Responsible for handling reading and writing array values
between binary and JS representation. Takes into account
the byteAlignment requirement of its elementType.
Returns
Section titled “Returns”Infer<TElement>[]
Properties
Section titled “Properties”[$gpuRepr]
Section titled “[$gpuRepr]”
readonly[$gpuRepr]:InferGPU<TElement>[]
Defined in: packages/typegpu/src/data/wgslTypes.ts:1182
[$inRepr]
Section titled “[$inRepr]”
readonly[$inRepr]: readonlyInferInput<TElement>[] |TypedArrayFor<TElement>
Defined in: packages/typegpu/src/data/wgslTypes.ts:1181
[$internal]
Section titled “[$internal]”
readonly[$internal]:Record<string,unknown>
Defined in: packages/typegpu/src/data/wgslTypes.ts:46
Inherited from
Section titled “Inherited from”[$invalidSchemaReason]
Section titled “[$invalidSchemaReason]”
readonly**[{ExtractInvalidSchemaError<TElement, "">}` “
Defined in: packages/typegpu/src/data/wgslTypes.ts:1193
[$memIdent]
Section titled “[$memIdent]”
readonly[$memIdent]:WgslArray<MemIdentity<TElement>>
Defined in: packages/typegpu/src/data/wgslTypes.ts:1189
[$repr]
Section titled “[$repr]”
readonly[$repr]:Infer<TElement>[]
Defined in: packages/typegpu/src/data/wgslTypes.ts:1180
Overrides
Section titled “Overrides”[$reprPartial]
Section titled “[$reprPartial]”
readonly[$reprPartial]:object[] |undefined
Defined in: packages/typegpu/src/data/wgslTypes.ts:1183
[$reprPatch]
Section titled “[$reprPatch]”
readonly[$reprPatch]:TypedArrayFor<TElement> |InferInput<TElement>[] |Record<number,InferPatch<TElement>> |undefined
Defined in: packages/typegpu/src/data/wgslTypes.ts:1184
[$validStorageSchema]
Section titled “[$validStorageSchema]”
readonly[$validStorageSchema]:IsValidStorageSchema<TElement>
Defined in: packages/typegpu/src/data/wgslTypes.ts:1190
[$validUniformSchema]
Section titled “[$validUniformSchema]”
readonly[$validUniformSchema]:IsValidUniformSchema<TElement>
Defined in: packages/typegpu/src/data/wgslTypes.ts:1191
[$validVertexSchema]
Section titled “[$validVertexSchema]”
readonly[$validVertexSchema]:IsValidVertexSchema<TElement>
Defined in: packages/typegpu/src/data/wgslTypes.ts:1192
elementCount
Section titled “elementCount”
readonlyelementCount:number
Defined in: packages/typegpu/src/data/wgslTypes.ts:1176
elementType
Section titled “elementType”
readonlyelementType:TElement
Defined in: packages/typegpu/src/data/wgslTypes.ts:1177
readonlytype:"array"
Defined in: packages/typegpu/src/data/wgslTypes.ts:1175
Overrides
Section titled “Overrides”Methods
Section titled “Methods”toString()
Section titled “toString()”toString():
string
Defined in: packages/typegpu/src/data/wgslTypes.ts:49
Returns
Section titled “Returns”string