zink: move maintenance2 extension to right file

Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8862>
This commit is contained in:
Mike Blumenkrantz
2021-02-03 15:29:39 -05:00
committed by Marge Bot
parent a88cd98315
commit 50bac9f3fb
3 changed files with 2 additions and 2 deletions

View File

@@ -61,6 +61,7 @@ import sys
EXTENSIONS = [
Extension("VK_KHR_maintenance1",
required=True),
Extension("VK_KHR_maintenance2"),
Extension("VK_KHR_external_memory"),
Extension("VK_KHR_external_memory_fd"),
Extension("VK_KHR_vulkan_memory_model"),