11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
33class QPlatformVulkanInstancePrivate
36 QPlatformVulkanInstancePrivate() { }
39QPlatformVulkanInstance::QPlatformVulkanInstance()
40 : d_ptr(
new QPlatformVulkanInstancePrivate)
44QPlatformVulkanInstance::~QPlatformVulkanInstance()
48void QPlatformVulkanInstance::presentAboutToBeQueued(QWindow *window)
53void QPlatformVulkanInstance::presentQueued(QWindow *window)
58void QPlatformVulkanInstance::setDebugFilters(
const QList<QVulkanInstance::DebugFilter> &filters)
63void QPlatformVulkanInstance::setDebugUtilsFilters(
const QList<QVulkanInstance::DebugUtilsFilter> &filters)
68void QPlatformVulkanInstance::beginFrame(QWindow *window)
73void QPlatformVulkanInstance::endFrame(QWindow *window)