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:

committed by
Marge Bot

parent
03d7f31054
commit
616773e62b
@@ -165,6 +165,9 @@ EXTENSIONS = [
|
|||||||
properties=True,
|
properties=True,
|
||||||
features=True,
|
features=True,
|
||||||
conditions=["$feats.customBorderColors"]),
|
conditions=["$feats.customBorderColors"]),
|
||||||
|
Extension("VK_EXT_non_seamless_cube_map",
|
||||||
|
alias="nonseamless",
|
||||||
|
features=True),
|
||||||
Extension("VK_EXT_blend_operation_advanced",
|
Extension("VK_EXT_blend_operation_advanced",
|
||||||
alias="blend",
|
alias="blend",
|
||||||
properties=True,
|
properties=True,
|
||||||
|
Reference in New Issue
Block a user