writeSoA
writeSoA<
TProps>(buffer,data,options?):void
Defined in: packages/typegpu/src/common/writeSoA.ts:161
Type Parameters
Section titled “Type Parameters”TProps
Section titled “TProps”TProps extends Record<string, BaseData>
Parameters
Section titled “Parameters”buffer
Section titled “buffer”TgpuBuffer<WgslArray<WgslStruct<TProps>>>
SoAInputFor<TProps>
options?
Section titled “options?”BufferWriteOptions
Returns
Section titled “Returns”void