mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
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:
parent
6291d4d339
commit
dc0a251e4e
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue