mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 23:20:31 +01:00
zink: hook up VK_KHR_workgroup_memory_explicit_layout
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24467>
This commit is contained in:
parent
0bb55b4634
commit
ae3163dfd2
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ EXTENSIONS = [
|
|||
Extension("VK_KHR_external_memory"),
|
||||
Extension("VK_KHR_external_memory_fd"),
|
||||
Extension("VK_KHR_vulkan_memory_model"),
|
||||
Extension("VK_KHR_workgroup_memory_explicit_layout", alias="explicit_layout", features=True),
|
||||
Extension("VK_KHR_pipeline_executable_properties",
|
||||
alias="pipestats",
|
||||
features=True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue