Merge pull request #47881 from bruvzg/macos_vlk_icd

[macOS] Update required Vulkan API version the ICD configs.
This commit is contained in:
Rémi Verschelde 2021-04-14 08:13:33 +02:00 committed by GitHub
commit fbcba00ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "../../../Frameworks/libMoltenVK.dylib",
"api_version" : "1.0.0"
"api_version" : "1.1.0"
}
}

View file

@ -2,6 +2,6 @@
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "../../../Frameworks/libMoltenVK.dylib",
"api_version" : "1.0.0"
"api_version" : "1.1.0"
}
}