Skip to content

StyleTables

Defined in: core/scene.ts:82

Just the per-drawable style tables (colors + flags) as detached typed arrays — O(drawableCount), for styles-only backend updates. Never the O(total-vertices) Scene.buffers rebuild: geometry hasn’t changed, only how it’s painted.

fillColors: Uint8Array

Defined in: core/scene.ts:83


flags: Uint8Array

Defined in: core/scene.ts:85


strokeColors: Uint8Array

Defined in: core/scene.ts:84