zink: add support for VK_EXT_4444_formats

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8240>
This commit is contained in:
Hoe Hao Cheng
2020-12-27 01:43:52 +08:00
committed by Marge Bot
parent 0f5726c503
commit 5a1518e86b
3 changed files with 11 additions and 0 deletions

View File

@@ -113,6 +113,9 @@ EXTENSIONS = [
properties=True,
features=True,
guard=True),
Extension("VK_EXT_4444_formats",
alias="format_4444",
features=True),
]
# constructor: Versions(device_version(major, minor, patch), struct_version(major, minor))