Unconditionally enable Vulkan, remove specific variants
This commit is contained in:
parent
44aea690d1
commit
4de20f345b
6 changed files with 3 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,6 @@ GLSLANG_REPO="https://github.com/KhronosGroup/glslang.git"
|
|||
GLSLANG_COMMIT="5878bcb17e43bf22cecaf6095900a33ff7f53445"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $ADDINS_STR != *vulkan* ]] && return -1
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue