mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
winit: Always make skia-opengl
available
The Skia OpenGL renderer is portable and sometimes esp. on Windows produces better results, so make it always available as an open if `renderer-skia` is enabled. `renderer-skia-opengl` continues to select the GL renderer as default.
This commit is contained in:
parent
866300c34b
commit
93142bf417
5 changed files with 46 additions and 3 deletions
|
@ -15,6 +15,7 @@ The Winit backend supports different renderers. They can be explicitly selected
|
|||
| FemtoVG | OpenGL | `winit-femtovg` |
|
||||
| Skia | OpenGL, Metal, Direct3D, Software-rendering | `winit-skia` |
|
||||
| Skia Software | Software-only rendering with Skia | `winit-skia-software` |
|
||||
| Skia OpenGL | OpenGL rendering with Skia | `winit-skia-opengl` |
|
||||
| software | Software-rendering, no GPU required | `winit-software` |
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue