mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Add mesa-vulkan-drivers
to Debian install (#1489)
I received the `Unable to find GPU` error, but I got it to render by using this package. Not 100% sure if a better option exists.
This commit is contained in:
parent
f61e44db28
commit
2a3a32b66f
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ If you don't see your distro present in the list, feel free to add the instructi
|
|||
sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev
|
||||
```
|
||||
|
||||
Depending on your graphics card, you may have to install one of the following:
|
||||
`vulkan-radeon`, `vulkan-intel`, or `mesa-vulkan-drivers`
|
||||
|
||||
If you want to enable fast compiles
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue