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
qqnxvulkanwindow.h
Go to the documentation of this file.
1// Copyright (C) 2026 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
4#ifndef QQNXVULKANWINDOW_H
5#define QQNXVULKANWINDOW_H
6
7#include "qqnxwindow.h"
9
11
13{
14public:
15 QQnxVulkanWindow(QWindow *window, screen_context_t context, bool needRootWindow);
17
19
20protected:
21 int pixelFormat() const override;
22 void resetBuffers() override {}
23
24private:
25 VkSurfaceKHR m_surface;
26};
27
28QT_END_NAMESPACE
29
30#endif // QQNXVULKANWINDOW_H
VkSurfaceKHR * surface()
void resetBuffers() override
int pixelFormat() const override
QQnxVulkanWindow(QWindow *window, screen_context_t context, bool needRootWindow)
The QQnxWindow is the base class of the various classes used as instances of QPlatformWindow in the Q...
Definition qqnxwindow.h:31
\inmodule QtGui
Definition qwindow.h:64
Combined button and popup list for selecting options.
#define Q_SCREEN_CHECKERROR(x, message)
Definition qqnxglobal.h:13