texture3d
Call Signature
Section titled “Call Signature”texture3d<
T>(sampleType):WgslTexture3d<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:570
Call Signature
Section titled “Call Signature”texture3d():
WgslTexture3d<F32>