mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
zink: hook up compression control extensions
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31024>
This commit is contained in:
parent
33335fdd89
commit
33c1b940e0
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ EXTENSIONS = [
|
|||
Extension("VK_EXT_queue_family_foreign"),
|
||||
Extension("VK_KHR_swapchain_mutable_format"),
|
||||
Extension("VK_KHR_incremental_present"),
|
||||
Extension("VK_EXT_image_compression_control", alias="compctrl", features=True),
|
||||
Extension("VK_EXT_image_compression_control_swapchain", alias="swapchaincompctrl", features=True),
|
||||
Extension("VK_EXT_provoking_vertex",
|
||||
alias="pv",
|
||||
features=True,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue