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::repro::GlRnrReplayCapture Struct Reference

One PNG written by RunGlRnrReplay. More...

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

Public Attributes

std::uint64_t frameIndex = 0
 Repro frame index captured.
std::string reason
 Human-readable capture reason.
std::filesystem::path path
 Absolute path to the written PNG.

Detailed Description

One PNG written by RunGlRnrReplay.

Member Data Documentation

◆ frameIndex

std::uint64_t donner::editor::repro::GlRnrReplayCapture::frameIndex = 0

Repro frame index captured.

◆ path

std::filesystem::path donner::editor::repro::GlRnrReplayCapture::path

Absolute path to the written PNG.

◆ reason

std::string donner::editor::repro::GlRnrReplayCapture::reason

Human-readable capture reason.


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