mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
zink: capture KHR_timeline_semaphore properties
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35866>
This commit is contained in:
parent
6e8b9e143d
commit
ab1dbd0899
1 changed files with 2 additions and 1 deletions
|
|
@ -265,7 +265,8 @@ EXTENSIONS = [
|
|||
conditions=["$feats.computeDerivativeGroupQuads", "$feats.computeDerivativeGroupLinear"]),
|
||||
Extension("VK_KHR_timeline_semaphore",
|
||||
alias="timeline",
|
||||
features=True),
|
||||
features=True,
|
||||
properties=True),
|
||||
Extension("VK_EXT_color_write_enable",
|
||||
alias="cwrite",
|
||||
features=True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue