We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SHARUN_ALLOW_SYS_VKICD
1 parent d43d5bf commit 5e261e3Copy full SHA for 5e261e3
useful-tools/hooks/vulkan-check.src.hook
@@ -5,7 +5,7 @@
5
# On aarch64 device drivers are all over the place and often they ship with
6
# modifications not upstreamed to mesa, so we need to allow the host vulkan
7
if [ "$APPIMAGE_ARCH" = 'aarch64' ]; then
8
- export SHARUN_ALLOW_SYS_VKICD=1
+ export SHARUN_ALLOW_SYS_VKICD=${SHARUN_ALLOW_SYS_VKICD:-1}
9
fi
10
11
_err_msg(){
0 commit comments