mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-29 23:40:45 +02:00
zink: hook up VK_EXT_host_image_copy
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24775>
This commit is contained in:
parent
5edcab3385
commit
521800cf59
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue