mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
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:
parent
a11dfc11cf
commit
f0f1a94fcf
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue