externals: Update and simplify MoltenVK setup. (#3747)

This commit is contained in:
squidbus
2025-10-23 00:17:47 -07:00
committed by GitHub
parent 2d17ab8e4b
commit bf34665a8f
9 changed files with 12 additions and 113 deletions

View File

@@ -231,6 +231,8 @@ if (APPLE)
# MoltenVK
if (NOT TARGET MoltenVK)
set(MVK_EXCLUDE_SPIRV_TOOLS ON)
set(MVK_USE_METAL_PRIVATE_API ON)
add_subdirectory(MoltenVK)
endif()