mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Update linux_dependencies.md (#6915)
Add a section about install `vulkan-loader` on Gentoo. # Objective - Clarify the dependency about install on Gentoo with NVIDIA GPU and using a proprietary driver. ## Solution - Emerge `vulkan-loader` to help Bevy to find the correct ICD.
This commit is contained in:
parent
b1a634cade
commit
68a7127a27
1 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,8 @@ Note that this template does not add Rust to the environment because there are m
|
|||
|
||||
When using an AMD Radeon GPU, you may also need to emerge `amdgpu-pro-vulkan` to get Bevy to find the GPU.
|
||||
|
||||
When using a NVIDIA GPU with the proprietary driver (eg. `x11-drivers/nvidia-drivers`), you may also need to emerge `media-libs/vulkan-loader` to get Bevy to find the GPU. NVIDIA Vulkan driver is included in `nvidia-driver`, but may need the loader to find the correct driver. See Gentoo [Documentation](https://wiki.gentoo.org/wiki/Vulkan) for details.
|
||||
|
||||
## [Clear Linux OS](https://clearlinux.org/)
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue