Skip to content

TgpuWriteonlyTexture

Defined in: packages/typegpu/src/core/texture/texture.ts:186

A texture accessed as “writeonly” storage on the GPU.

  • TgpuStorageTexture<TDimension, TData>

TDimension extends StorageTextureDimension = StorageTextureDimension

TData extends TexelData = TexelData

readonly [$internal]: TextureViewInternals

Defined in: packages/typegpu/src/core/texture/texture.ts:166

TgpuStorageTexture.[$internal]


readonly access: "writeonly"

Defined in: packages/typegpu/src/core/texture/texture.ts:190

TgpuStorageTexture.access


readonly dimension: TDimension

Defined in: packages/typegpu/src/core/texture/texture.ts:168

TgpuStorageTexture.dimension


readonly resourceType: "texture-storage-view"

Defined in: packages/typegpu/src/core/texture/texture.ts:167

TgpuStorageTexture.resourceType


readonly texelDataType: TData

Defined in: packages/typegpu/src/core/texture/texture.ts:169

TgpuStorageTexture.texelDataType