mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
Shorten linuxkms renderer table a little
This commit is contained in:
parent
e56cac8031
commit
f404e10b4d
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ and keyboard input.
|
|||
The LinuxKMS backend supports different renderers. They can be explicitly selected for use through the
|
||||
`SLINT_BACKEND` environment variable.
|
||||
|
||||
| Renderer name | Supported/Required Graphics APIs | `SLINT_BACKEND` value to select renderer |
|
||||
|---------------|-------------------------------------|--------------------------------------------------|
|
||||
| FemtoVG | OpenGL | `linuxkms-femtovg` |
|
||||
| Skia | OpenGL, Vulkan | `linuxkms-skia-opengl` or `linuxkms-skia-vulkan` |
|
||||
| Renderer name | Required Graphics APIs | `SLINT_BACKEND` value to select renderer |
|
||||
|---------------|------------------------|--------------------------------------------------|
|
||||
| FemtoVG | OpenGL | `linuxkms-femtovg` |
|
||||
| Skia | OpenGL, Vulkan | `linuxkms-skia-opengl` or `linuxkms-skia-vulkan` |
|
||||
|
||||
:::{note}
|
||||
This backend is still experimental. The backend has not undergone a great variety of testing on different devices
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue