TgpuWriteonlyTexture
Defined in: packages/typegpu/src/core/texture/texture.ts:186
A texture accessed as “writeonly” storage on the GPU.
Extends
Section titled “Extends”TgpuStorageTexture
<TDimension
,TData
>
Type Parameters
Section titled “Type Parameters”• TDimension extends StorageTextureDimension
= StorageTextureDimension
• TData extends TexelData
= TexelData
Properties
Section titled “Properties”[$internal]
Section titled “[$internal]”
readonly
[$internal]:TextureViewInternals
Defined in: packages/typegpu/src/core/texture/texture.ts:166
Inherited from
Section titled “Inherited from”TgpuStorageTexture.[$internal]
access
Section titled “access”
readonly
access:"writeonly"
Defined in: packages/typegpu/src/core/texture/texture.ts:190
Overrides
Section titled “Overrides”TgpuStorageTexture.access
dimension
Section titled “dimension”
readonly
dimension:TDimension
Defined in: packages/typegpu/src/core/texture/texture.ts:168
Inherited from
Section titled “Inherited from”TgpuStorageTexture.dimension
resourceType
Section titled “resourceType”
readonly
resourceType:"texture-storage-view"
Defined in: packages/typegpu/src/core/texture/texture.ts:167
Inherited from
Section titled “Inherited from”TgpuStorageTexture.resourceType
texelDataType
Section titled “texelDataType”
readonly
texelDataType:TData
Defined in: packages/typegpu/src/core/texture/texture.ts:169
Inherited from
Section titled “Inherited from”TgpuStorageTexture.texelDataType