Skip to content

ZenFG TypeScript API / webgpu / root / FrameGraphCompilationRoot

Type Alias: FrameGraphCompilationRoot

FrameGraphCompilationRoot = { nodeId: number; range?: never; reason: "side-effect"; resolution?: never; resourceId?: never; } | { nodeId?: never; range: FrameGraphResourceRange; reason: Exclude<GraphRootReason, "side-effect">; resolution: FrameGraphRootResolution; resourceId: number; }

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

A side effect or a precisely selected final resource value.

Open source / MIT licensed