mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
zink: hook up KHR_dynamic_rendering_local_read
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27299>
This commit is contained in:
parent
3b658028dd
commit
19789aeeb1
1 changed files with 3 additions and 0 deletions
|
|
@ -195,6 +195,9 @@ EXTENSIONS = [
|
|||
Extension("VK_KHR_dynamic_rendering",
|
||||
alias="dynamic_render",
|
||||
features=True),
|
||||
Extension("VK_KHR_dynamic_rendering_local_read",
|
||||
alias="drlr",
|
||||
features=True),
|
||||
Extension("VK_EXT_multisampled_render_to_single_sampled",
|
||||
alias="msrtss",
|
||||
features=True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue