Shorten linuxkms renderer table a little

This commit is contained in:
Simon Hausmann 2023-09-04 09:17:05 +02:00
parent e56cac8031
commit f404e10b4d

View file

@ -13,8 +13,8 @@ and keyboard input.
The LinuxKMS backend supports different renderers. They can be explicitly selected for use through the The LinuxKMS backend supports different renderers. They can be explicitly selected for use through the
`SLINT_BACKEND` environment variable. `SLINT_BACKEND` environment variable.
| Renderer name | Supported/Required Graphics APIs | `SLINT_BACKEND` value to select renderer | | Renderer name | Required Graphics APIs | `SLINT_BACKEND` value to select renderer |
|---------------|-------------------------------------|--------------------------------------------------| |---------------|------------------------|--------------------------------------------------|
| FemtoVG | OpenGL | `linuxkms-femtovg` | | FemtoVG | OpenGL | `linuxkms-femtovg` |
| Skia | OpenGL, Vulkan | `linuxkms-skia-opengl` or `linuxkms-skia-vulkan` | | Skia | OpenGL, Vulkan | `linuxkms-skia-opengl` or `linuxkms-skia-vulkan` |