Fix up QVulkanWindow docs

Pick-to: 5.15
Change-Id: I5a37a57245b8d859adf02810d3954e7532e4a475
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
Laszlo Agocs 2020-06-25 11:24:02 +02:00
parent 0e6f6507d5
commit d8bf71026c

View File

@ -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;