mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
zink: hook up EXT_color_write_enable
no functional changes Acked-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15392>
This commit is contained in:
parent
9401990e6f
commit
795925e0ff
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ EXTENSIONS = [
|
|||
features=True,
|
||||
guard=True),
|
||||
Extension("VK_KHR_timeline_semaphore", alias="timeline", features=True),
|
||||
Extension("VK_EXT_color_write_enable", alias="cwrite", features=True),
|
||||
Extension("VK_EXT_4444_formats",
|
||||
alias="format_4444",
|
||||
features=True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue