textureStorage2dArray
Call Signature
Section titled “Call Signature”textureStorage2dArray<
TFormat,TAccess>(format,access):WgslStorageTexture2dArray<TFormat,TAccess>
Type Parameters
Section titled “Type Parameters”• TFormat extends StorageTextureFormats
• TAccess extends GPUStorageTextureAccess
Parameters
Section titled “Parameters”format
Section titled “format”TFormat
access
Section titled “access”TAccess
Returns
Section titled “Returns”WgslStorageTexture2dArray<TFormat, TAccess>
Defined in
Section titled “Defined in”packages/typegpu/src/data/texture.ts:657
Call Signature
Section titled “Call Signature”textureStorage2dArray<
TFormat>(format):WgslStorageTexture2dArray<TFormat,"write-only">
Type Parameters
Section titled “Type Parameters”• TFormat extends StorageTextureFormats
Parameters
Section titled “Parameters”format
Section titled “format”TFormat
Returns
Section titled “Returns”WgslStorageTexture2dArray<TFormat, "write-only">