Fix up QVulkanWindow docs
Pick-to: 5.15 Change-Id: I5a37a57245b8d859adf02810d3954e7532e4a475 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
0e6f6507d5
commit
d8bf71026c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user