Module: Mesa Branch: main Commit: 5024b212b6224a67d60d472c12062639185a3916 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5024b212b6224a67d60d472c12062639185a3916
Author: Erik Faye-Lund <[email protected]> Date: Thu Nov 30 12:43:47 2023 +0100 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: f501f9453ad ("zink: use maintenance5") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26419> --- src/gallium/drivers/zink/VP_ZINK_requirements.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/zink/VP_ZINK_requirements.json b/src/gallium/drivers/zink/VP_ZINK_requirements.json index 9ec7bc100a5..a1a09d8fa04 100644 --- a/src/gallium/drivers/zink/VP_ZINK_requirements.json +++ b/src/gallium/drivers/zink/VP_ZINK_requirements.json @@ -164,7 +164,7 @@ "VkPhysicalDeviceMaintenance4Features": { "maintenance4": true }, - "VkPhysicalDeviceMaintenance5Features": { + "VkPhysicalDeviceMaintenance5FeaturesKHR": { "maintenance5": true } },
