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-module.qdoc
Go to the documentation of this file.
1// Copyright (C) 2020 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \module QtOpenGL
6 \title Qt OpenGL C++ Classes
7 \ingroup modules
8 \qtcmakepackage OpenGL
9 \qtvariable opengl
10
11 \brief The Qt OpenGL module offers classes that make it easy to
12 use OpenGL in Qt applications.
13
14 The \l{Qt OpenGL} page contains information about how to use the module.
15
16 A separate \l{Qt OpenGL Widgets C++ Classes}{Qt OpenGL Widgets} library
17 provides a C++ widget class for rendering OpenGL graphics into widgets UIs.
18
19 \generatelist classesbymodule QtOpenGLWidgets
20*/
21
22/*
23 This "module" only exists so that classes in that separate library have
24 the correct build system documentation.
25*/
26/*!
27 \module QtOpenGLWidgets
28 \title Qt OpenGL Widgets C++ Classes
29 \qtcmakepackage OpenGLWidgets
30 \qtvariable openglwidgets
31*/