dzn: Enable get_surface_capabilities2
authorJesse Natalie <jenatali@microsoft.com>
Fri, 27 Jan 2023 21:05:53 +0000 (13:05 -0800)
committerMarge Bot <emma+marge@anholt.net>
Sat, 11 Feb 2023 06:12:23 +0000 (06:12 +0000)
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21029>

src/microsoft/vulkan/dzn_device.c

index dedbaca..00a3605 100644 (file)
@@ -74,6 +74,7 @@ static const struct vk_instance_extension_table instance_extensions = {
    .KHR_get_physical_device_properties2      = true,
 #ifdef DZN_USE_WSI_PLATFORM
    .KHR_surface                              = true,
+   .KHR_get_surface_capabilities2            = true,
 #endif
 #ifdef VK_USE_PLATFORM_WIN32_KHR
    .KHR_win32_surface                        = true,