mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 15:38:09 +02:00
zink: hook up maint6
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26953>
This commit is contained in:
parent
4ccc91de17
commit
33282e7504
1 changed files with 3 additions and 0 deletions
|
|
@ -69,6 +69,9 @@ EXTENSIONS = [
|
|||
Extension("VK_KHR_maintenance5",
|
||||
alias="maint5",
|
||||
features=True, properties=True),
|
||||
Extension("VK_KHR_maintenance6",
|
||||
alias="maint6",
|
||||
features=True, properties=True),
|
||||
Extension("VK_KHR_external_memory"),
|
||||
Extension("VK_KHR_external_memory_fd"),
|
||||
Extension("VK_KHR_vulkan_memory_model"),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue