summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-06-25 11:24:02 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-06-26 14:42:47 +0200
commitd8bf71026cd7a6bb58e9b703949febf99ff35b40 (patch)
treef7c39454b3b2e6342a2dc0f1f147fa865878e091
parent0e6f6507d5920e2566f790007b97bda6441ec577 (diff)
Fix up QVulkanWindow docs
Pick-to: 5.15 Change-Id: I5a37a57245b8d859adf02810d3954e7532e4a475 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/gui/vulkan/qvulkanwindow.h14
1 files changed, 14 insertions, 0 deletions
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 <QtGui/qmatrix4x4.h>
#include <QtCore/qset.h>
+#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;