lavapipe: Advertise VK_KHR_deferred_host_operations

Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25616>
This commit is contained in:
Konstantin Seurer 2023-07-07 18:05:28 +02:00 committed by Marge Bot
parent ed6c0a7443
commit 09bf35e3c4

View file

@ -101,6 +101,7 @@ static const struct vk_device_extension_table lvp_device_extensions_supported =
.KHR_create_renderpass2 = true,
.KHR_copy_commands2 = true,
.KHR_dedicated_allocation = true,
.KHR_deferred_host_operations = true,
.KHR_depth_stencil_resolve = true,
.KHR_descriptor_update_template = true,
.KHR_device_group = true,