mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
Add VK_EXT_external_memory_metal definitions
Partial update to vulkan headers and auto generated code to include the new extension. It will be used to fix issues on external memory implementation with MoltenVK later on. References: Khronos MR 6800 MoltenVK PR 2314 Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
parent
94f641d120
commit
a3c74c5a07
1 changed files with 2 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ SUPPORTED_FEATURES = [
|
|||
"VK_KHR_win32_surface",
|
||||
"VK_EXT_metal_surface",
|
||||
"VK_EXT_metal_objects",
|
||||
"VK_EXT_external_memory_metal",
|
||||
"VK_KHR_external_semaphore_win32",
|
||||
"VK_KHR_external_memory_win32",
|
||||
"VK_NV_device_diagnostic_checkpoints",
|
||||
|
|
@ -152,6 +153,7 @@ SUPPORTED_MODULES = {
|
|||
"VK_KHR_win32_surface": ["goldfish_vk_dispatch"],
|
||||
"VK_EXT_metal_surface": ["goldfish_vk_dispatch"],
|
||||
"VK_EXT_metal_objects": ["goldfish_vk_dispatch"],
|
||||
"VK_EXT_external_memory_metal": ["goldfish_vk_dispatch"],
|
||||
"VK_KHR_external_semaphore_win32" : ["goldfish_vk_dispatch"],
|
||||
"VK_KHR_external_memory_win32" : ["goldfish_vk_dispatch"],
|
||||
# Host dispatch for Linux hosts + and entrypoint for guests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue