Merge pull request #1747 from KhronosGroup/rw_lunarg_fixjson

fix for wrong version number in icd json
This commit is contained in:
Bill Hollings 2022-10-25 12:46:23 -04:00 committed by GitHub
commit 67d59ae3ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"file_format_version" : "1.0.0",
"ICD": {
"library_path": "./libMoltenVK.dylib",
"api_version" : "1.1.0",
"api_version" : "1.2.0",
"is_portability_driver" : true
}
}