WgslStorageTexture3d
Defined in: packages/typegpu/src/data/texture.ts:237
Extends
Section titled “Extends”WgslStorageTexture<{access:TAccess;dimension:"3d";format:TFormat; }>
Type Parameters
Section titled “Type Parameters”TFormat
Section titled “TFormat”TFormat extends StorageTextureFormats = StorageTextureFormats
TAccess
Section titled “TAccess”TAccess extends GPUStorageTextureAccess = GPUStorageTextureAccess
Properties
Section titled “Properties”[$internal]
Section titled “[$internal]”
readonly[$internal]:Record<string,unknown>
Defined in: packages/typegpu/src/data/wgslTypes.ts:46
Inherited from
Section titled “Inherited from”WgslStorageTexture.[$internal]
[$repr]
Section titled “[$repr]”
readonly[$repr]:textureStorage3d<TFormat,TAccess>
Defined in: packages/typegpu/src/data/texture.ts:246
Overrides
Section titled “Overrides”access
Section titled “access”
readonlyaccess:TAccess
Defined in: packages/typegpu/src/data/texture.ts:67
Inherited from
Section titled “Inherited from”dimension
Section titled “dimension”
readonlydimension:"3d"
Defined in: packages/typegpu/src/data/texture.ts:66
Inherited from
Section titled “Inherited from”format
Section titled “format”
readonlyformat:TFormat
Defined in: packages/typegpu/src/data/texture.ts:65
Inherited from
Section titled “Inherited from”
readonlytype:"texture_storage_3d"
Defined in: packages/typegpu/src/data/texture.ts:245
Overrides
Section titled “Overrides”Methods
Section titled “Methods”toString()
Section titled “toString()”toString():
string
Defined in: packages/typegpu/src/data/wgslTypes.ts:49
Returns
Section titled “Returns”string