mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 18:50:10 +01:00
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:
parent
7bb3f93fa9
commit
f2f5e634bb
3 changed files with 3 additions and 3 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue