vulkan: bump layer api versions to current vk header version

should probably try to keep these in sync? maybe?

cc: mesa-stable

Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16138>
(cherry picked from commit f5bc062ffd)
This commit is contained in:
Mike Blumenkrantz 2022-04-25 08:48:15 -04:00 committed by Dylan Baker
parent 100360a307
commit 7358faab52
3 changed files with 3 additions and 3 deletions

View file

@ -382,7 +382,7 @@
"description": "vulkan: bump layer api versions to current vk header version",
"nominated": true,
"nomination_type": 0,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": null
},

View file

@ -4,7 +4,7 @@
"name": "VK_LAYER_MESA_device_select",
"type": "GLOBAL",
"library_path": "libVkLayer_MESA_device_select.so",
"api_version": "1.2.73",
"api_version": "1.3.211",
"implementation_version": "1",
"description": "Linux device selection layer",
"functions": {

View file

@ -4,7 +4,7 @@
"name": "VK_LAYER_MESA_overlay",
"type": "GLOBAL",
"library_path": "libVkLayer_MESA_overlay.so",
"api_version": "1.2.199",
"api_version": "1.3.211",
"implementation_version": "1",
"description": "Mesa Overlay layer"
}