Bitmap plus the document version it was rendered from.
More...
#include "donner/editor/AsyncRenderer.h"
|
|
svg::RendererBitmap | bitmap |
|
std::optional< CompositedPreview > | compositedPreview |
|
std::uint64_t | version = 0 |
|
double | workerMs = 0.0 |
| | Wall-clock milliseconds the worker spent inside CompositorController::renderFrame for this iteration. Reported so the editor can plot backend render time alongside ImGui frame time on the frame graph. Zero means "no backend work recorded" (e.g. the request had a null renderer/document and fell through the early-out branch).
|
Bitmap plus the document version it was rendered from.
◆ bitmap
◆ compositedPreview
◆ version
| std::uint64_t donner::editor::RenderResult::version = 0 |
◆ workerMs
| double donner::editor::RenderResult::workerMs = 0.0 |
Wall-clock milliseconds the worker spent inside CompositorController::renderFrame for this iteration. Reported so the editor can plot backend render time alongside ImGui frame time on the frame graph. Zero means "no backend work recorded" (e.g. the request had a null renderer/document and fell through the early-out branch).
The documentation for this struct was generated from the following file: