zink: enable timeline ext features

this is required by spec even though nobody cares

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13033>
This commit is contained in:
Mike Blumenkrantz 2021-09-24 10:56:08 -04:00 committed by Marge Bot
parent e43007af56
commit 464f0ed74b
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ EXTENSIONS = [
properties=True,
features=True,
guard=True),
Extension("VK_KHR_timeline_semaphore"),
Extension("VK_KHR_timeline_semaphore", alias="timeline", features=True),
Extension("VK_EXT_4444_formats",
alias="format_4444",
features=True),