Add support for querying device group present capabilities
These functions are part of the VK_KHR_swapchain + VK1.1 interaction.
Test: dEQP-VK.wsi.xlib.*
Bug: b/124265819
Change-Id: Ic79bb0c290e68ab73ddc589c95f979603ecd1a82
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/29168
Presubmit-Ready: Chris Forbes <chrisforbes@google.com>
Tested-by: Chris Forbes <chrisforbes@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Kokoro-Presubmit: kokoro <noreply+kokoro@google.com>
diff --git a/src/Vulkan/VkGetProcAddress.cpp b/src/Vulkan/VkGetProcAddress.cpp
index 8416b3b..e1d3f9c 100644
--- a/src/Vulkan/VkGetProcAddress.cpp
+++ b/src/Vulkan/VkGetProcAddress.cpp
@@ -264,6 +264,8 @@
MAKE_VULKAN_DEVICE_ENTRY(vkGetSwapchainImagesKHR),
MAKE_VULKAN_DEVICE_ENTRY(vkAcquireNextImageKHR),
MAKE_VULKAN_DEVICE_ENTRY(vkQueuePresentKHR),
+ MAKE_VULKAN_DEVICE_ENTRY(vkGetDeviceGroupPresentCapabilitiesKHR),
+ MAKE_VULKAN_DEVICE_ENTRY(vkGetDeviceGroupSurfacePresentModesKHR),
#endif
};
#undef MAKE_VULKAN_DEVICE_ENTRY