mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
gfxstream: Mark VK_KHR_ray_tracing_pipeline dispatch only
VkStridedDeviceAddressRegionKHR structure cannot be correctly serialized. Update codegen to not use marshalling. Reviewed-by: Marcin Radomski <dextero@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35323>
This commit is contained in:
parent
3331752323
commit
ad5f1ed77e
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ SUPPORTED_MODULES = {
|
|||
"VK_EXT_swapchain_maintenance1" : HOST_MODULES,
|
||||
"VK_KHR_swapchain" : HOST_MODULES,
|
||||
"VK_NV_device_diagnostic_checkpoints": ["goldfish_vk_dispatch"],
|
||||
"VK_KHR_ray_tracing_pipeline": HOST_MODULES,
|
||||
"VK_KHR_ray_tracing_pipeline": ["goldfish_vk_dispatch"],
|
||||
"VK_KHR_pipeline_library": HOST_MODULES,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue