mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Improve docs about backend and render selection
This commit is contained in:
parent
2e3b00e38e
commit
e1f6c48958
3 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,9 @@ The Winit backend supports different renderers. They can be explicitly selected
|
|||
| Skia OpenGL | OpenGL rendering with Skia | `winit-skia-opengl` |
|
||||
| software | Software-rendering, no GPU required | `winit-software` |
|
||||
|
||||
If no renderer is explicitly set, the backend will first try to use the Skia renderer, if it was enabled at compile time.
|
||||
If that fails, it will fall back to the FemtoVG renderer, and if that also fails, it will use the software renderer.
|
||||
|
||||
|
||||
## Configuration Options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue