From f0c5802a5c6dae0bc513eeeac520a6ccb0a906e4 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 31 Jul 2020 17:06:10 +0200 Subject: [PATCH] Add more doc fixes for Vulkan types Add dummy typedefs just for qdoc, this way the types show up in the generated docs. Change-Id: I408eeb5c4c1cbbb8cd7df8ca3c9c6b7c64b0ca88 Reviewed-by: Andy Nichols --- src/gui/vulkan/qvulkaninstance.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/vulkan/qvulkaninstance.h b/src/gui/vulkan/qvulkaninstance.h index 892c4a825f..ed3a4a002e 100644 --- a/src/gui/vulkan/qvulkaninstance.h +++ b/src/gui/vulkan/qvulkaninstance.h @@ -62,6 +62,9 @@ typedef void* VkInstance; typedef void* VkPhysicalDevice; typedef void* VkDevice; typedef int VkResult; +typedef int VkImageLayout; +typedef int VkDebugReportFlagsEXT; +typedef int VkDebugReportObjectTypeEXT; #endif #include