mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 13:00:37 +01:00
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:
parent
100360a307
commit
7358faab52
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue