zink: hook up VK_EXT_multisampled_render_to_single_sampled

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20883>
This commit is contained in:
Mike Blumenkrantz
2023-01-24 10:24:49 -05:00
committed by Marge Bot
parent 6291d4d339
commit dc0a251e4e
@@ -181,6 +181,9 @@ EXTENSIONS = [
Extension("VK_KHR_dynamic_rendering",
alias="dynamic_render",
features=True),
Extension("VK_EXT_multisampled_render_to_single_sampled",
alias="msrtss",
features=True),
Extension("VK_KHR_shader_clock",
alias="shader_clock",
features=True,