Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotTextureUsageFlag

Type Alias: FrameGraphSnapshotTextureUsageFlag

FrameGraphSnapshotTextureUsageFlag = "copy-src" | "copy-dst" | "texture-binding" | "storage-binding" | "render-attachment"

Defined in: packages/snapshot/src/types.ts:48

Portable WebGPU texture-usage flag recorded without numeric constants.

Open source / MIT licensed