Skip to content

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

WgslTextureCubeArray

TSample extends TextureSampleTypes = TextureSampleTypes

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

WgslTexture.[$internal]

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


readonly [$repr]: textureCubeArray<TSample>

WgslTexture.[$repr]

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


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

WgslTexture.bindingSampleType

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


readonly dimension: "cube-array"

WgslTexture.dimension

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


readonly multisampled: false

WgslTexture.multisampled

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


readonly sampleType: TSample

WgslTexture.sampleType

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


readonly type: "texture_cube_array"

WgslTexture.type

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