mac: Choose whether system Vulkan is needed at runtime. (#1780)

This commit is contained in:
squidbus
2024-12-17 05:04:19 -08:00
committed by GitHub
parent aa5c1c10df
commit 87773a417b
6 changed files with 95 additions and 52 deletions

8
externals/MoltenVK/MoltenVK_icd.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"file_format_version": "1.0.0",
"ICD": {
"library_path": "../../../Frameworks/libMoltenVK.dylib",
"api_version": "1.2.0",
"is_portability_driver": true
}
}