CMake: Allow both glslang 15 and 16

This commit is contained in:
TellowKrinkle
2025-10-25 01:03:37 -05:00
parent 5af9bd5e46
commit 143fac254e
2 changed files with 37 additions and 2 deletions
+1 -1
View File
@@ -646,7 +646,7 @@ dolphin_find_optional_system_library_pkgconfig(FMT
add_subdirectory(Externals/imgui)
add_subdirectory(Externals/implot)
dolphin_find_optional_system_library(glslang Externals/glslang 15.0)
dolphin_find_optional_system_library(glslang Externals/glslang DOLPHIN_TRY_VERSIONS 15 16)
# SPIRV-Cross is used on Windows for GLSL to HLSL conversion for the Direct3D 11 and Direct3D 12
# video backends, and on Apple devices for the Metal video backend.