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::PresentationSnapshotPlan Struct Reference

Final full-canvas snapshot work needed after compositor rendering. More...

#include "donner/editor/AsyncRenderer.h"

Public Attributes

bool captureCpuSnapshot = false
 Capture a CPU bitmap with Renderer::takeSnapshot().
bool captureTextureSnapshot = false
 Capture a GPU texture snapshot with Renderer::takeTextureSnapshot().

Detailed Description

Final full-canvas snapshot work needed after compositor rendering.

Member Data Documentation

◆ captureCpuSnapshot

bool donner::editor::PresentationSnapshotPlan::captureCpuSnapshot = false

Capture a CPU bitmap with Renderer::takeSnapshot().

◆ captureTextureSnapshot

bool donner::editor::PresentationSnapshotPlan::captureTextureSnapshot = false

Capture a GPU texture snapshot with Renderer::takeTextureSnapshot().


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