WgslArray
Defined in: packages/typegpu/src/data/wgslTypes.ts:1166
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:1167
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:1168
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:1176
[$inRepr]
Section titled “[$inRepr]”
readonly[$inRepr]:InferInput<TElement>[] |TypedArrayFor<TElement>
Defined in: packages/typegpu/src/data/wgslTypes.ts:1175
[$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:1187
[$memIdent]
Section titled “[$memIdent]”
readonly[$memIdent]:WgslArray<MemIdentity<TElement>>
Defined in: packages/typegpu/src/data/wgslTypes.ts:1183
[$repr]
Section titled “[$repr]”
readonly[$repr]:Infer<TElement>[]
Defined in: packages/typegpu/src/data/wgslTypes.ts:1174
Overrides
Section titled “Overrides”[$reprPartial]
Section titled “[$reprPartial]”
readonly[$reprPartial]:object[] |undefined
Defined in: packages/typegpu/src/data/wgslTypes.ts:1177
[$reprPatch]
Section titled “[$reprPatch]”
readonly[$reprPatch]:InferInput<TElement>[] |TypedArrayFor<TElement> |Record<number,InferPatch<TElement>> |undefined
Defined in: packages/typegpu/src/data/wgslTypes.ts:1178
[$validStorageSchema]
Section titled “[$validStorageSchema]”
readonly[$validStorageSchema]:IsValidStorageSchema<TElement>
Defined in: packages/typegpu/src/data/wgslTypes.ts:1184
[$validUniformSchema]
Section titled “[$validUniformSchema]”
readonly[$validUniformSchema]:IsValidUniformSchema<TElement>
Defined in: packages/typegpu/src/data/wgslTypes.ts:1185
[$validVertexSchema]
Section titled “[$validVertexSchema]”
readonly[$validVertexSchema]:IsValidVertexSchema<TElement>
Defined in: packages/typegpu/src/data/wgslTypes.ts:1186
elementCount
Section titled “elementCount”
readonlyelementCount:number
Defined in: packages/typegpu/src/data/wgslTypes.ts:1170
elementType
Section titled “elementType”
readonlyelementType:TElement
Defined in: packages/typegpu/src/data/wgslTypes.ts:1171
readonlytype:"array"
Defined in: packages/typegpu/src/data/wgslTypes.ts:1169
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