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:
@@ -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))
|
||||
|
Reference in New Issue
Block a user