zink: hook up VK_KHR_vulkan_memory_model

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15959>
This commit is contained in:
Mike Blumenkrantz 2022-04-14 14:30:09 -04:00 committed by Marge Bot
parent 5e931cd0e1
commit 6f04f4c8ea
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ EXTENSIONS = [
Extension("VK_KHR_maintenance3"),
Extension("VK_KHR_external_memory"),
Extension("VK_KHR_external_memory_fd"),
Extension("VK_KHR_vulkan_memory_model"),
Extension("VK_KHR_external_semaphore_fd"),
Extension("VK_KHR_create_renderpass2", required=True),
Extension("VK_KHR_synchronization2",