// Copyright (C) 2020 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only #ifndef Q_QUICK3D_H #define Q_QUICK3D_H #include #include QT_BEGIN_NAMESPACE class QQuick3D { public: static Q_QUICK3D_EXPORT QSurfaceFormat idealSurfaceFormat(int samples = -1); }; QT_END_NAMESPACE #endif