summaryrefslogtreecommitdiffstats
path: root/src/opengl/doc/src/qtopengl-module.qdoc
blob: a2f344ba130a1eeaadfceb00a89744f62b3b5a84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \module QtOpenGL
    \title Qt OpenGL C++ Classes
    \ingroup modules
    \qtcmakepackage OpenGL
    \qtvariable opengl

    \brief The Qt OpenGL module offers classes that make it easy to
    use OpenGL in Qt applications.

    The \l{Qt OpenGL} page contains information about how to use the module.

    A separate \l{Qt OpenGL Widgets C++ Classes}{Qt OpenGL Widgets} library
    provides a C++ widget class for rendering OpenGL graphics into widgets UIs.

    \generatelist classesbymodule QtOpenGLWidgets
*/

/*
    This "module" only exists so that classes in that separate library have
    the correct build system documentation.
*/
/*!
    \module QtOpenGLWidgets
    \title Qt OpenGL Widgets C++ Classes
    \qtcmakepackage OpenGLWidgets
    \qtvariable openglwidgets
*/