texture1d
Call Signature
Section titled “Call Signature”texture1d<
T>(sampleType):WgslTexture1d<T>
Type Parameters
Section titled “Type Parameters”• T extends TextureSampleTypes
Parameters
Section titled “Parameters”sampleType
Section titled “sampleType”T
Returns
Section titled “Returns”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:438
Call Signature
Section titled “Call Signature”texture1d():
WgslTexture1d<F32>