From d0d2e7da01963988441aa41a9616fb3a904306b2 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Fri, 30 Aug 2019 11:55:33 +0200 Subject: Rename textureinsgnode example to a more fitting name It shows QQuickFramebufferObject. "Texture in QSGNode" is ambiguous as it suggests another type of use case (where an existing texture is imported and used with the QQ scene - without rendering to it). This would conflict with upcoming future examples, so rename to fboitem, which is what this example is about. The link from examples.qdoc is already using the fitting title so that will just work. Change-Id: Ide7a563398a4b464c55f14e10fa9386432b3d06d Reviewed-by: Andy Nichols --- .../fboitem/doc/images/fboitem-example.jpg | Bin 0 -> 25863 bytes .../quick/scenegraph/fboitem/doc/src/fboitem.qdoc | 36 +++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 examples/quick/scenegraph/fboitem/doc/images/fboitem-example.jpg create mode 100644 examples/quick/scenegraph/fboitem/doc/src/fboitem.qdoc (limited to 'examples/quick/scenegraph/fboitem/doc') diff --git a/examples/quick/scenegraph/fboitem/doc/images/fboitem-example.jpg b/examples/quick/scenegraph/fboitem/doc/images/fboitem-example.jpg new file mode 100644 index 0000000000..306b8bab20 Binary files /dev/null and b/examples/quick/scenegraph/fboitem/doc/images/fboitem-example.jpg differ diff --git a/examples/quick/scenegraph/fboitem/doc/src/fboitem.qdoc b/examples/quick/scenegraph/fboitem/doc/src/fboitem.qdoc new file mode 100644 index 0000000000..b5add02991 --- /dev/null +++ b/examples/quick/scenegraph/fboitem/doc/src/fboitem.qdoc @@ -0,0 +1,36 @@ +/**************************************************************************** +** +** Copyright (C) 2017 The Qt Company Ltd. +** Contact: https://www.qt.io/licensing/ +** +** This file is part of the documentation of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:FDL$ +** Commercial License Usage +** Licensees holding valid commercial Qt licenses may use this file in +** accordance with the commercial license agreement provided with the +** Software or, alternatively, in accordance with the terms contained in +** a written agreement between you and The Qt Company. For licensing terms +** and conditions see https://www.qt.io/terms-conditions. For further +** information use the contact form at https://www.qt.io/contact-us. +** +** GNU Free Documentation License Usage +** Alternatively, this file may be used under the terms of the GNU Free +** Documentation License version 1.3 as published by the Free Software +** Foundation and appearing in the file included in the packaging of +** this file. Please review the following information to ensure +** the GNU Free Documentation License version 1.3 requirements +** will be met: https://www.gnu.org/licenses/fdl-1.3.html. +** $QT_END_LICENSE$ +** +****************************************************************************/ + +/*! + \example scenegraph/fboitem + \title Scene Graph - Rendering FBOs + \ingroup qtquickexamples + + \brief Shows how to use FramebufferObjects with Qt Quick. + + \image fboitem-example.jpg + */ -- cgit v1.2.3