zink: capture KHR_timeline_semaphore properties

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35866>
This commit is contained in:
Mike Blumenkrantz 2025-06-30 15:54:03 -04:00 committed by Marge Bot
parent 6e8b9e143d
commit ab1dbd0899

View file

@ -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),