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 commit5024b212b6
)
This commit is contained in:

committed by
Eric Engestrom

parent
8ef5124871
commit
c47c264f4d
@@ -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
|
||||
|
@@ -164,7 +164,7 @@
|
||||
"VkPhysicalDeviceMaintenance4Features": {
|
||||
"maintenance4": true
|
||||
},
|
||||
"VkPhysicalDeviceMaintenance5Features": {
|
||||
"VkPhysicalDeviceMaintenance5FeaturesKHR": {
|
||||
"maintenance5": true
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user