[macOS] Update required Vulkan API version the ICD configs.

This commit is contained in:
bruvzg
2021-04-14 08:35:44 +03:00
parent a86e7c3bb7
commit f4026ba404
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"
}
}