textureStorage3d
Call Signature
Section titled “Call Signature”textureStorage3d<
TFormat,TAccess>(format,access):WgslStorageTexture3d<TFormat,TAccess>
Defined in: packages/typegpu/src/data/texture.ts:625
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”WgslStorageTexture3d<TFormat, TAccess>
Call Signature
Section titled “Call Signature”textureStorage3d<
TFormat>(format):WgslStorageTexture3d<TFormat,"write-only">
Defined in: packages/typegpu/src/data/texture.ts:629
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”WgslStorageTexture3d<TFormat, "write-only">