From: Raun Date: Thu, 6 Apr 2023 19:23:42 +0000 (-0500) Subject: dzn: Enable VK_KHR_bind_memory2 X-Git-Tag: upstream/23.3.3~10299 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9a0dc3cca3de1c75d95eb57a1c0bda52fcc68ab;p=platform%2Fupstream%2Fmesa.git dzn: Enable VK_KHR_bind_memory2 Part-of: --- diff --git a/src/microsoft/vulkan/dzn_device.c b/src/microsoft/vulkan/dzn_device.c index 4843333..1e44ae6 100644 --- a/src/microsoft/vulkan/dzn_device.c +++ b/src/microsoft/vulkan/dzn_device.c @@ -98,6 +98,7 @@ dzn_physical_device_get_extensions(struct dzn_physical_device *pdev) { pdev->vk.supported_extensions = (struct vk_device_extension_table) { .KHR_16bit_storage = pdev->options4.Native16BitShaderOpsSupported, + .KHR_bind_memory2 = true, .KHR_create_renderpass2 = true, .KHR_depth_stencil_resolve = true, .KHR_descriptor_update_template = true,