icd: Cleanup supported VK API version
authorTobin Ehlis <tobine@google.com>
Fri, 5 Jun 2020 03:31:45 +0000 (21:31 -0600)
committerTobin Ehlis <tobine@google.com>
Fri, 5 Jun 2020 13:53:45 +0000 (07:53 -0600)
commit9d7880c7a07598cca8fb80b74bfee933e852f445
tree33bc8e82794243bdb6e1348be0d03e86c478fa7f
parent5b40c4aa0dba6bf479431267d8ef715ab1376cc1
icd: Cleanup supported VK API version

Use a single constant, kSupportedVulkanAPIVersion, everwhere
that supported API version is referenced. Current value is
VK_API_VERSION_1_1.
icd/generated/mock_icd.cpp
scripts/mock_icd_generator.py