Skip to content

WgslTexture2dArray

TSample extends TextureSampleTypes = TextureSampleTypes

readonly [$internal]: Record<string, unknown>

WgslTexture.[$internal]

packages/typegpu/src/data/wgslTypes.ts:40


readonly [$repr]: texture2dArray<TSample>

WgslTexture.[$repr]

packages/typegpu/src/data/texture.ts:118


readonly bindingSampleType: [GPUTextureSampleType, ...GPUTextureSampleType[]]

WgslTexture.bindingSampleType

packages/typegpu/src/data/texture.ts:56


readonly dimension: "2d-array"

WgslTexture.dimension

packages/typegpu/src/data/texture.ts:54


readonly multisampled: false

WgslTexture.multisampled

packages/typegpu/src/data/texture.ts:55


readonly sampleType: TSample

WgslTexture.sampleType

packages/typegpu/src/data/texture.ts:53


readonly type: "texture_2d_array"

WgslTexture.type

packages/typegpu/src/data/texture.ts:117

toString(): string

string

WgslTexture.toString

packages/typegpu/src/data/wgslTypes.ts:43