Docs: amdgpu-pro-vulkan on Gentoo. (#6749)

When running Bevy on Gentoo using an AMD Radeon GPU, it panics unless `amdgpu-pro-vulkan` has been installed (and it took quite a bit of experimentation to find this information). This PR adds a mention of this to the linux dependencies documentation.
This commit is contained in:
KazaniAvali 2022-11-28 13:54:15 +00:00
parent f119d9df8e
commit 7963bb9ab3

View file

@ -137,6 +137,8 @@ Note that this template does not add Rust to the environment because there are m
sudo emerge --ask libX11 pkgconf alsa-lib
```
When using an AMD Radeon GPU, you may also need to emerge `amdgpu-pro-vulkan` to get Bevy to find the GPU.
## [Clear Linux OS](https://clearlinux.org/)
```bash