From d8bf71026cd7a6bb58e9b703949febf99ff35b40 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Thu, 25 Jun 2020 11:24:02 +0200 Subject: [PATCH] Fix up QVulkanWindow docs Pick-to: 5.15 Change-Id: I5a37a57245b8d859adf02810d3954e7532e4a475 Reviewed-by: Paul Wicking --- src/gui/vulkan/qvulkanwindow.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/gui/vulkan/qvulkanwindow.h b/src/gui/vulkan/qvulkanwindow.h index a2d1c9995c..e88e6e230e 100644 --- a/src/gui/vulkan/qvulkanwindow.h +++ b/src/gui/vulkan/qvulkanwindow.h @@ -54,6 +54,20 @@ #include #include +#ifdef Q_CLANG_QDOC +typedef void* VkQueue; +typedef void* VkCommandPool; +typedef void* VkRenderPass; +typedef void* VkCommandBuffer; +typedef void* VkFramebuffer; +typedef int VkPhysicalDeviceProperties; +typedef int VkFormat; +typedef int VkQueueFamilyProperties; +typedef int VkDeviceQueueCreateInfo; +typedef int VkFormat; +typedef int VkSampleCountFlagBits; +#endif + QT_BEGIN_NAMESPACE class QVulkanWindowPrivate;