|
|
Donner SVG 0.8.0-pre
SVG editor and embeddable C++20 engine.
|
#include <cstdint>Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Enumerations | |
| enum class | donner::editor::CompositedRenderingMode : std::uint8_t { Off , FilterOnly , On } |
| How the editor's background renderer uses the compositor, selected via the View menu's "Composited Rendering" submenu. Every mode produces identical pixels; the modes trade retained caching (memory, cache-management cost) against per-frame re-render cost. More... | |
|
strong |
How the editor's background renderer uses the compositor, selected via the View menu's "Composited Rendering" submenu. Every mode produces identical pixels; the modes trade retained caching (memory, cache-management cost) against per-frame re-render cost.