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:
Simon Hausmann 2024-01-24 17:55:43 +01:00 committed by Simon Hausmann
parent 866300c34b
commit 93142bf417
5 changed files with 46 additions and 3 deletions

View file

@ -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` |