zink: add VK_KHR_external_semaphore_fd to device exts

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14498>
This commit is contained in:
Mike Blumenkrantz
2022-01-11 13:54:49 -05:00
committed by Marge Bot
parent a11dfc11cf
commit f0f1a94fcf

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_external_semaphore_fd"),
Extension("VK_EXT_external_memory_dma_buf"),
Extension("VK_EXT_queue_family_foreign"),
Extension("VK_EXT_provoking_vertex",