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