aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3d.h
blob: 02e7b71fded6dd9192af02215d22aecb62636c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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 <QtGui/qsurfaceformat.h>
#include <QtQuick3D/qtquick3dglobal.h>

QT_BEGIN_NAMESPACE

class QQuick3D {
public:
static Q_QUICK3D_EXPORT QSurfaceFormat idealSurfaceFormat(int samples = -1);
};

QT_END_NAMESPACE

#endif