|
|
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.
|
donner::gpu::CommandEncoder and donner::gpu::RenderPassEncoder - fail-closed command recording.
More...
#include <array>#include <cstdint>#include <optional>#include <vector>#include "donner/gpu/Commands.h"#include "donner/gpu/Device.h"#include "donner/gpu/GpuLimits.h"#include "donner/gpu/GpuResult.h"Classes | |
| class | donner::gpu::RenderPassEncoder |
| Encodes commands inside an active render pass. More... | |
| class | donner::gpu::CommandEncoder |
| Records and validates GPU commands for one command buffer (design 0053 "Command model"). More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
donner::gpu::CommandEncoder and donner::gpu::RenderPassEncoder - fail-closed command recording.