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>
This commit is contained in:
Mike Blumenkrantz 2022-04-25 08:48:15 -04:00 committed by Marge Bot
parent dbceb561b0
commit f5bc062ffd
2 changed files with 2 additions and 2 deletions

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"
}