zink: hook up maintenance7

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29964>
This commit is contained in:
Mike Blumenkrantz 2024-06-28 10:23:19 -04:00 committed by Marge Bot
parent f9d451e837
commit 7e9d5c7b12

View file

@ -72,6 +72,9 @@ EXTENSIONS = [
Extension("VK_KHR_maintenance6",
alias="maint6",
features=True, properties=True),
Extension("VK_KHR_maintenance7",
alias="maint7",
features=True, properties=True),
Extension("VK_KHR_external_memory"),
Extension("VK_KHR_external_memory_fd"),
Extension("VK_KHR_vulkan_memory_model"),