mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
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:
parent
03d7f31054
commit
616773e62b
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue