Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qxcbvulkanwindow.h
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// Qt-Security score:significant reason:default
4
5#pragma once
6
7#include "qxcbwindow.h"
9
11
13{
14public:
15 QXcbVulkanWindow(QWindow *window);
17
19
20protected:
21 void resolveFormat(const QSurfaceFormat &format) override;
22
23private:
24 VkSurfaceKHR m_surface;
25};
26
27QT_END_NAMESPACE
\inmodule QtGui
Definition qwindow.h:63
VkSurfaceKHR * surface()
QXcbVulkanWindow(QWindow *window)
void resolveFormat(const QSurfaceFormat &format) override