Donner 0.8.0-pre
Embeddable browser-grade SVG2 engine
Loading...
Searching...
No Matches
donner::editor::repro::GlRnrReplayResult Struct Reference

Result of a GL replay run. More...

#include "donner/editor/repro/GlRnrReplay.h"

Collaboration diagram for donner::editor::repro::GlRnrReplayResult:
[legend]

Public Attributes

std::vector< GlRnrReplayCapturecaptures
 Captures written during replay.
std::vector< GlRnrReplayFrameDiagnosticsframeDiagnostics
 Per-frame diagnostics gathered after each editor frame runs.
std::optional< std::string > finalSelectedElementLabel
 Selection label after the last replayed frame.

Detailed Description

Result of a GL replay run.

Member Data Documentation

◆ captures

std::vector<GlRnrReplayCapture> donner::editor::repro::GlRnrReplayResult::captures

Captures written during replay.

◆ finalSelectedElementLabel

std::optional<std::string> donner::editor::repro::GlRnrReplayResult::finalSelectedElementLabel

Selection label after the last replayed frame.

◆ frameDiagnostics

std::vector<GlRnrReplayFrameDiagnostics> donner::editor::repro::GlRnrReplayResult::frameDiagnostics

Per-frame diagnostics gathered after each editor frame runs.


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