Skip to content

WgslTextureDepth2d

Defined in: packages/typegpu/src/data/texture.ts:155

  • WgslTexture<{ dimension: "2d"; multisampled: false; sampleType: F32; }>

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

Defined in: packages/typegpu/src/data/wgslTypes.ts:46

WgslTexture.[$internal]


readonly [$repr]: textureDepth2d

Defined in: packages/typegpu/src/data/texture.ts:161

WgslTexture.[$repr]


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

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

WgslTexture.bindingSampleType


readonly dimension: "2d"

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

WgslTexture.dimension


readonly multisampled: false

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

WgslTexture.multisampled


readonly sampleType: F32

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

WgslTexture.sampleType


readonly type: "texture_depth_2d"

Defined in: packages/typegpu/src/data/texture.ts:160

WgslTexture.type

toString(): string

Defined in: packages/typegpu/src/data/wgslTypes.ts:49

string

WgslTexture.toString