mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-08 19:20:12 +01:00
zink: hook up VK_EXT_queue_family_foreign
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11967>
This commit is contained in:
parent
2b98fba806
commit
6f7fe12fd4
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ EXTENSIONS = [
|
|||
Extension("VK_KHR_external_memory"),
|
||||
Extension("VK_KHR_external_memory_fd"),
|
||||
Extension("VK_EXT_external_memory_dma_buf"),
|
||||
Extension("VK_EXT_queue_family_foreign"),
|
||||
Extension("VK_EXT_provoking_vertex",
|
||||
alias="pv",
|
||||
features=True,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue