summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-07-31 17:06:10 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-08-03 09:41:22 +0200
commitf0c5802a5c6dae0bc513eeeac520a6ccb0a906e4 (patch)
treef56a3eb972661d925dd99db4dca154cd2f59e109 /src
parent61bd046b5810b867f4b1fd07cf4d65d7d423534e (diff)
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 <andy.nichols@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/gui/vulkan/qvulkaninstance.h3
1 files changed, 3 insertions, 0 deletions
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 <QtCore/qbytearraylist.h>