WgslStorageTexture2dArray
Extends
Section titled “Extends”WgslStorageTexture<object>
Type Parameters
Section titled “Type Parameters”• TFormat extends StorageTextureFormats = StorageTextureFormats
• TAccess extends GPUStorageTextureAccess = GPUStorageTextureAccess
Properties
Section titled “Properties”[$internal]
Section titled “[$internal]”
readonly[$internal]:true|Record<string,any>
Inherited from
Section titled “Inherited from”WgslStorageTexture.[$internal]
Defined in
Section titled “Defined in”packages/typegpu/src/data/wgslTypes.ts:41
[$repr]
Section titled “[$repr]”
readonly[$repr]:textureStorage2dArray<TFormat,TAccess>
Overrides
Section titled “Overrides”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:251
access
Section titled “access”
readonlyaccess:TAccess
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:69
dimension
Section titled “dimension”
readonlydimension:"2d-array"
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:68
format
Section titled “format”
readonlyformat:TFormat
Inherited from
Section titled “Inherited from”Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:67
readonlytype:"texture_storage_2d_array"