zink: use maintenance4

just by enabling this there are fewer validation warnings

truly incredible.

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17775>
This commit is contained in:
Mike Blumenkrantz
2022-07-27 16:13:21 -04:00
committed by Marge Bot
parent ff1fb9101f
commit cbbf25abfd
@@ -63,6 +63,7 @@ EXTENSIONS = [
required=True),
Extension("VK_KHR_maintenance2"),
Extension("VK_KHR_maintenance3"),
Extension("VK_KHR_maintenance4", alias="maint4", features=True),
Extension("VK_KHR_external_memory"),
Extension("VK_KHR_external_memory_fd"),
Extension("VK_KHR_vulkan_memory_model"),