zink: hook up VK_EXT_host_image_copy

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24775>
This commit is contained in:
Mike Blumenkrantz 2023-08-18 11:04:30 -04:00 committed by Marge Bot
parent 5edcab3385
commit 521800cf59

View file

@ -258,6 +258,10 @@ EXTENSIONS = [
Extension("VK_EXT_4444_formats",
alias="format_4444",
features=True),
Extension("VK_EXT_host_image_copy",
alias="hic",
features=True,
properties=True),
Extension("VK_EXT_scalar_block_layout",
alias="scalar_block_layout",
features=True,