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;