Skip to content

Commit

Permalink
Docs: amdgpu-pro-vulkan on Gentoo. (#6749)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
R2Boyo25 committed Nov 28, 2022
1 parent f5f0974 commit dacf81a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dacf81a

Please sign in to comment.