mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-18 15:30:25 +01:00
zink: hook up VK_EXT_memory_budget
Acked-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10511>
This commit is contained in:
parent
d050be4b26
commit
ce1e05de8a
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ EXTENSIONS = [
|
|||
Extension("VK_KHR_driver_properties",
|
||||
alias="driver",
|
||||
properties=True),
|
||||
Extension("VK_EXT_memory_budget"),
|
||||
Extension("VK_KHR_draw_indirect_count"),
|
||||
Extension("VK_EXT_fragment_shader_interlock",
|
||||
alias="interlock",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue