zink: use KHR version of maint5 features

This is still not in Vulkan core, so we can't refer to it without the
KHR suffix.

Fixes: f501f9453a ("zink: use maintenance5")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26419>
(cherry picked from commit 5024b212b6)
This commit is contained in:
Erik Faye-Lund
2023-11-30 12:43:47 +01:00
committed by Eric Engestrom
parent 8ef5124871
commit c47c264f4d
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@
"description": "zink: use KHR version of maint5 features",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "f501f9453adc7024584e9d9598754c55c36d20f3",
"notes": null

View File

@@ -164,7 +164,7 @@
"VkPhysicalDeviceMaintenance4Features": {
"maintenance4": true
},
"VkPhysicalDeviceMaintenance5Features": {
"VkPhysicalDeviceMaintenance5FeaturesKHR": {
"maintenance5": true
}
},