mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-20 06:52:03 +00:00
![]() This change introduces the CanvasEngine::All type to automatically initialize the engines available on the current system. These revisions improve the usability of these APIs. Addtions: - enum class CanvasEngine::All Modifications: - Result Initializer::init(CanvasEngine engine, uint32_t threads) -> Result Initializer::init(uint32_t threads, CanvasEngine engine = tvg::CanvasEngine::All) |
||
---|---|---|
.. | ||
meson.build | ||
tvgWasm.cpp |