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