This commit is contained in:
yuni 2024-04-05 04:26:47 +02:00
parent 2f2b1baec3
commit e9c30d6db2

View file

@ -48,9 +48,9 @@ Cheats:
- Screen, keyboard - Screen, keyboard
- Operating System: Linux, Windows, MacOS - Operating System: Linux, Windows, MacOS
- Ideally, a graphics card with vulkan support - Ideally, a graphics card with Vulkan support
If your GPU does not support vulkan, try rendering with OpenGL by setting the environment variable `WGPU_BACKEND` to `gl`, like: If your GPU does not support Vulkan, try rendering with OpenGL by setting the environment variable `WGPU_BACKEND` to `gl`, like:
``` ```
WGPU_BACKEND=gl ./outfly WGPU_BACKEND=gl ./outfly