-
Is it as simple as adding "vulkan" to DISTRO_FEATURES to add the Vulkan driver? |
Beta Was this translation helpful? Give feedback.
Answered by
madisongh
Dec 19, 2021
Replies: 1 comment 1 reply
-
You'd also need to include |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jwinarske
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'd also need to include
vulkan-loader
in your build, either directly or as a dependency of some recipe that uses Vulkan.