mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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:
parent
f119d9df8e
commit
7963bb9ab3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue