Skip to content

Sign up to be notified when the ShaderHunt platform is available, along with interactive examples teaching TypeGPU from the ground up.

WgslTextureDepthCube

readonly [$internal]: true | Record<string, any>

WgslTexture.[$internal]

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


readonly [$repr]: textureCube<F32>

WgslTexture.[$repr]

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


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

WgslTexture.bindingSampleType

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


readonly dimension: "cube"

WgslTexture.dimension

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


readonly multisampled: false

WgslTexture.multisampled

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


readonly sampleType: F32

WgslTexture.sampleType

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


readonly type: "texture_depth_cube"

WgslTexture.type

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