Skip to content

Type Alias: RenderPlan

RenderPlan = object

Defined in: packages/core/src/generated/plan.ts:99

The flat, versioned plan the executor runs. This is not the edit log: the TypeScript compile() reduces the log to this structure.

Properties

proxyScale

proxyScale: number

Defined in: packages/core/src/generated/plan.ts:103

1.0 for a truth render, below 1.0 when the buffer is a proxy.


source

source: SourceInfo

Defined in: packages/core/src/generated/plan.ts:99


stages?

optional stages?: Stage[]

Defined in: packages/core/src/generated/plan.ts:103


version

version: number

Defined in: packages/core/src/generated/plan.ts:99