mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
zink: hook up maintenance7
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29964>
This commit is contained in:
parent
f9d451e837
commit
7e9d5c7b12
1 changed files with 3 additions and 0 deletions
|
|
@ -72,6 +72,9 @@ EXTENSIONS = [
|
|||
Extension("VK_KHR_maintenance6",
|
||||
alias="maint6",
|
||||
features=True, properties=True),
|
||||
Extension("VK_KHR_maintenance7",
|
||||
alias="maint7",
|
||||
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