|
|
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.
|
Error type returned by the donner::gpu::shader IR builder and layout engine.
More...
Classes | |
| struct | donner::gpu::shader::ShaderError |
| An error from IR construction, validation, or layout computation. More... | |
Namespaces | |
| namespace | donner |
| Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css. | |
Functions | |
| void | donner::gpu::shader::PrintTo (const ShaderError &error, std::ostream *os) |
| gtest PrintTo support for readable failure messages. | |
Error type returned by the donner::gpu::shader IR builder and layout engine.
|
inline |
gtest PrintTo support for readable failure messages.
| error | Error to print. |
| os | Output stream. |