Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickopenglutils.h
Go to the documentation of this file.
1// Copyright (C) 2016 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 QQUICKOPENGLUTILS_H
5#define QQUICKOPENGLUTILS_H
6
7#if 0
8#pragma qt_class(QQuickOpenGLUtils)
9#endif
10
11#include <QtQuick/qtquickglobal.h>
12
14
15namespace QQuickOpenGLUtils {
16
17Q_QUICK_EXPORT void resetOpenGLState();
18
19} // namespace QQuickOpenGLUtils
20
22
23#endif // QQUICKOPENGLUTILS_H
\inmodule QtQuick
Q_QUICK_EXPORT void resetOpenGLState()
Call this function to reset the current OpenGL context its default state.
Combined button and popup list for selecting options.