zink: hook up VK_EXT_non_seamless_cube_map

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16944>
This commit is contained in:
Mike Blumenkrantz
2022-06-09 08:29:36 -04:00
committed by Marge Bot
parent 03d7f31054
commit 616773e62b

View File

@@ -165,6 +165,9 @@ EXTENSIONS = [
properties=True,
features=True,
conditions=["$feats.customBorderColors"]),
Extension("VK_EXT_non_seamless_cube_map",
alias="nonseamless",
features=True),
Extension("VK_EXT_blend_operation_advanced",
alias="blend",
properties=True,