summaryrefslogtreecommitdiffstats
path: root/examples/opengl/doc/src/textures.qdoc
blob: b7dd6bca80689afc97620e35b93eed18d31ba4c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example textures
    \title Textures Example
    \ingroup examples-widgets-opengl

    \brief The Textures example demonstrates the use of Qt's image classes as textures in
    applications that use both OpenGL and Qt to display graphics.

    \image textures-example.png
*/