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// Qt-Security score:significant reason:default
4
5
6#ifndef Q_QUICK3D_H
7#define Q_QUICK3D_H
8
9#include <QtGui/qsurfaceformat.h>
10#include <QtQuick3D/qtquick3dglobal.h>
11
12QT_BEGIN_NAMESPACE
13
14class QQuick3D {
15public:
16static Q_QUICK3D_EXPORT QSurfaceFormat idealSurfaceFormat(int samples = -1);
17};
18
20
21#endif
QT_BEGIN_NAMESPACE Q_STATIC_LOGGING_CATEGORY(lcSynthesizedIterableAccess, "qt.iterable.synthesized", QtWarningMsg)