Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::editor::RenderPanePresenter Class Reference

Public Member Functions

void render (const RenderPanePresenterState &state) const
 Draw the advanced editor render pane's composited document tiles and, when enabled, the performance overlay (compact FPS pill or full frame graph).

Member Function Documentation

◆ render()

void donner::editor::RenderPanePresenter::render ( const RenderPanePresenterState & state) const

Draw the advanced editor render pane's composited document tiles and, when enabled, the performance overlay (compact FPS pill or full frame graph).

Selection chrome is not drawn here: it is rendered by Donner's OverlayRenderer straight onto the Geode framebuffer (see EditorShell::DrawImmediateOverlaySnapshotToFramebuffer).

Parameters
statePresentation inputs for the current UI frame.

The documentation for this class was generated from the following file: