Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qplatformvulkaninstance.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
7
37
38QPlatformVulkanInstance::QPlatformVulkanInstance()
40{
41}
42
43QPlatformVulkanInstance::~QPlatformVulkanInstance()
44{
45}
46
47void QPlatformVulkanInstance::presentAboutToBeQueued(QWindow *window)
48{
50}
51
52void QPlatformVulkanInstance::presentQueued(QWindow *window)
53{
55}
56
57void QPlatformVulkanInstance::setDebugFilters(const QList<QVulkanInstance::DebugFilter> &filters)
58{
60}
61
62void QPlatformVulkanInstance::setDebugUtilsFilters(const QList<QVulkanInstance::DebugUtilsFilter> &filters)
63{
65}
66
67void QPlatformVulkanInstance::beginFrame(QWindow *window)
68{
70}
71
72void QPlatformVulkanInstance::endFrame(QWindow *window)
73{
75}
76
77
\inmodule QtGui
Definition qwindow.h:63
Combined button and popup list for selecting options.
#define Q_UNUSED(x)
const QStringList filters({"Image files (*.png *.xpm *.jpg)", "Text files (*.txt)", "Any files (*)" })
[6]
aWidget window() -> setWindowTitle("New Window Title")
[2]