10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
32class QPlatformVulkanInstancePrivate
35 QPlatformVulkanInstancePrivate() { }
38QPlatformVulkanInstance::QPlatformVulkanInstance()
39 : d_ptr(
new QPlatformVulkanInstancePrivate)
43QPlatformVulkanInstance::~QPlatformVulkanInstance()
47void QPlatformVulkanInstance::presentAboutToBeQueued(QWindow *window)
52void QPlatformVulkanInstance::presentQueued(QWindow *window)
57void QPlatformVulkanInstance::setDebugFilters(
const QList<QVulkanInstance::DebugFilter> &filters)
62void QPlatformVulkanInstance::setDebugUtilsFilters(
const QList<QVulkanInstance::DebugUtilsFilter> &filters)
67void QPlatformVulkanInstance::beginFrame(QWindow *window)
72void QPlatformVulkanInstance::endFrame(QWindow *window)