zink: hook up VK_EXT_host_image_copy
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24775>
This commit is contained in:
committed by
Marge Bot
parent
5edcab3385
commit
521800cf59
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user