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
qtopengl-examples.qdoc
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \ingroup all-examples
6 \title Qt OpenGL Examples
7 \brief Accessing OpenGL from Qt.
8 \group examples-widgets-opengl
9
10 \image opengl-examples.png
11
12 These examples describe how to use the \l {Qt OpenGL} module.
13
14 Qt provides support for integration with OpenGL implementations, giving
15 developers the opportunity to display hardware accelerated 3D graphics
16 alongside a more conventional user interface.
17
18 These examples demonstrate the basic techniques used to take advantage of
19 OpenGL in Qt applications.
20*/