zink: add some wsi instance extensions

not used for now

Reviewed-by: Hoe Hao Cheng <haochengho12907@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14426>
This commit is contained in:
Mike Blumenkrantz 2022-01-06 13:56:14 -05:00 committed by Marge Bot
parent 394c7f3f62
commit a9545153a0
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ EXTENSIONS = [
Extension("VK_MVK_moltenvk",
nonstandard=True),
Extension("VK_KHR_surface"),
Extension("VK_EXT_headless_surface"),
Extension("VK_KHR_wayland_surface"),
Extension("VK_KHR_xcb_surface"),
]
# constructor: Layer(name, conditions=[])