Skip to content

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

WgslStorageTexture2dArray

TFormat extends StorageTextureFormats = StorageTextureFormats

TAccess extends GPUStorageTextureAccess = GPUStorageTextureAccess

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

WgslStorageTexture.[$internal]

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


readonly [$repr]: textureStorage2dArray<TFormat, TAccess>

WgslStorageTexture.[$repr]

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


readonly access: TAccess

WgslStorageTexture.access

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


readonly dimension: "2d-array"

WgslStorageTexture.dimension

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


readonly format: TFormat

WgslStorageTexture.format

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


readonly type: "texture_storage_2d_array"

WgslStorageTexture.type

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