Skip to content

RenderDelta

Defined in: core/backend.ts:71

An incremental append for one layer: only the drawables added at/after buffers.fromDrawable. buffers are the delta GPU buffers (for WebGL), drawables the matching new vector views (for Canvas/SVG draw-on-top). Index values in buffers are group-absolute, so a backend whose buffers mirror the group appends verbatim. clipTo/sizeMode mirror the layer’s current settings.

buffers: GroupBufferDelta

Defined in: core/backend.ts:73


optional clipTo?: string

Defined in: core/backend.ts:75


drawables: DrawableVector[]

Defined in: core/backend.ts:74


name: string

Defined in: core/backend.ts:72


optional sizeMode?: "world" | "screen"

Defined in: core/backend.ts:76