Skip to content

ZenFG TypeScript API / snapshot / root / FrameGraphSnapshotGpuTimings

Type Alias: FrameGraphSnapshotGpuTimings

FrameGraphSnapshotGpuTimings = { frameSpanMicros: number; nodes: readonly object[]; status: "available"; } | { reason: string; status: "unavailable"; }

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

Available per-node GPU timestamps or the reason timing was unavailable.

Open source / MIT licensed