Skip to content

ZenFG TypeScript API / webgpu / root / FrameGraphErrorPhase

Type Alias: FrameGraphErrorPhase

FrameGraphErrorPhase = "record" | "compile" | "execute" | "snapshot"

Defined in: packages/webgpu/src/error.ts:29

Error lifecycle phase exposed by the FrameGraph API.

Open source / MIT licensed