Unconditionally enable Vulkan, remove specific variants

This commit is contained in:
BtbN 2021-04-05 09:40:16 +02:00
parent 44aea690d1
commit 4de20f345b
6 changed files with 3 additions and 7 deletions

View file

@ -4,7 +4,6 @@ LOADER_REPO="https://github.com/KhronosGroup/Vulkan-Loader.git"
LOADER_COMMIT="7ea01c139ffc7c33cd12bd258c1bc8bf530c6d2d"
ffbuild_enabled() {
[[ $ADDINS_STR != *vulkan* ]] && return -1
return 0
}

View file

@ -4,7 +4,6 @@ GLSLANG_REPO="https://github.com/KhronosGroup/glslang.git"
GLSLANG_COMMIT="5878bcb17e43bf22cecaf6095900a33ff7f53445"
ffbuild_enabled() {
[[ $ADDINS_STR != *vulkan* ]] && return -1
return 0
}