mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Add details about intel linux vulkan driver (#6103)
# Objective Fixes #6073 # Solution Add a paragraph about `vulkan-intel` to the archlinux section.
This commit is contained in:
parent
0bf7f3153d
commit
4e5b165fa0
1 changed files with 3 additions and 0 deletions
|
@ -92,6 +92,9 @@ sudo pacman -S libx11 pkgconf alsa-lib
|
|||
|
||||
Install `pipewire-alsa` or `pulseaudio-alsa` depending on the sound server you are using.
|
||||
|
||||
Note that for Intel GPUs, Vulkan drivers are not installed by default, you must also install
|
||||
the `vulkan-intel` for bevy to work.
|
||||
|
||||
## Void
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue