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
qquick3d.h
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
4#ifndef Q_QUICK3D_H
5#define Q_QUICK3D_H
6
7#include <QtGui/qsurfaceformat.h>
8#include <QtQuick3D/qtquick3dglobal.h>
9
10QT_BEGIN_NAMESPACE
11
12class QQuick3D {
13public:
14static Q_QUICK3D_EXPORT QSurfaceFormat idealSurfaceFormat(int samples = -1);
15};
16
18
19#endif
Q_STATIC_LOGGING_CATEGORY(lcAccessibilityCore, "qt.accessibility.core")