Skip to content

ZenFG TypeScript API / webgpu / root / FrameGraphGpuTimingReport

Type Alias: FrameGraphGpuTimingReport

FrameGraphGpuTimingReport = { frameDurationMicros: number; frameIndex: number; nodes: readonly object[]; status: "available"; } | { frameIndex: number; reason: "unsupported" | "busy" | "readback-failed"; status: "unavailable"; }

Defined in: packages/webgpu/src/types.ts:1080

GPU timing result returned by executeWithTiming.

Open source / MIT licensed