Skip to content

ZenFG TypeScript API / webgpu / root / GraphRootReason

Type Alias: GraphRootReason

GraphRootReason = "present" | "output" | "readback" | "side-effect" | "debug-capture" | "persistent-state"

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

Beta

The retention reason that keeps a resource producer or side-effect node alive.

Open source / MIT licensed