Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotAccessKind

Type Alias: FrameGraphSnapshotAccessKind

FrameGraphSnapshotAccessKind = "texture-sampled" | "texture-storage-read" | "texture-storage-write" | "texture-color-attachment-write" | "texture-depth-read" | "texture-depth-write" | "texture-copy-src" | "texture-copy-dst" | "buffer-uniform" | "buffer-storage-read" | "buffer-storage-write" | "buffer-vertex" | "buffer-index" | "buffer-indirect" | "buffer-copy-src" | "buffer-copy-dst"

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

Portable access classification used for dependency and usage analysis.

Open source / MIT licensed