Skip to content

Commit

Permalink
Add details about intel linux vulkan driver (bevyengine#6103)
Browse files Browse the repository at this point in the history
# Objective

Fixes bevyengine#6073

# Solution

Add a paragraph about `vulkan-intel` to the archlinux section.
  • Loading branch information
nicopap committed Sep 28, 2022
1 parent 0bf7f31 commit 4e5b165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e5b165

Please sign in to comment.