dzn: Enable VK_KHR_bind_memory2

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22349>
This commit is contained in:
Raun 2023-04-06 14:23:42 -05:00 committed by Marge Bot
parent bcd33d2937
commit a9a0dc3cca

View file

@ -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,