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:
committed by
Marge Bot
parent
33335fdd89
commit
33c1b940e0
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user