vulkan: bump layer api versions

these need to be kept in sync to avoid loader splat.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32557>
This commit is contained in:
Alyssa Rosenzweig 2024-12-09 09:32:06 -05:00 committed by Marge Bot
parent 7bb3f93fa9
commit f2f5e634bb
3 changed files with 3 additions and 3 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.3.211",
"api_version": "1.4.303",
"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.3.211",
"api_version": "1.4.303",
"implementation_version": "1",
"description": "Mesa Overlay layer"
}

View file

@ -4,7 +4,7 @@
"name": "VK_LAYER_MESA_screenshot",
"type": "GLOBAL",
"library_path": "libVkLayer_MESA_screenshot.so",
"api_version": "1.3.211",
"api_version": "1.4.303",
"implementation_version": "1",
"description": "Mesa Screenshot layer"
}