[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
No known key found for this signature in database
GPG key ID: 009E1BFE42239B95
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"
}
}