Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotResourceRange

Type Alias: FrameGraphSnapshotResourceRange

FrameGraphSnapshotResourceRange = { kind: "buffer"; offset: number; size: number; } | { kind: "texture"; regions: readonly FrameGraphSnapshotTextureRegion[]; }

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

Retention marker that makes graph work externally observable.

Open source / MIT licensed