summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qlayerfilter.cpp
diff options
context:
space:
mode:
authorColin Ogilvie <colin.ogilvie@kdab.com>2016-05-23 16:45:15 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-06-03 06:28:27 +0000
commitd2ab8f2d4c24bf44218ec1e4b5fb34f548b000eb (patch)
tree3d3168e9a1fda17db0e236984d6f8bbc93360e47 /src/render/framegraph/qlayerfilter.cpp
parent56593e2414c9c530f7abd4d7ea636b5cd2fda26f (diff)
The rest of the doc for render-framegraph
Task-number: QTBUG-46037 Change-Id: I611fac7c701b921f46c8cda0ad1ede3612db0844 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/framegraph/qlayerfilter.cpp')
-rw-r--r--src/render/framegraph/qlayerfilter.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/render/framegraph/qlayerfilter.cpp b/src/render/framegraph/qlayerfilter.cpp
index e2f3675b9..7f595b4c7 100644
--- a/src/render/framegraph/qlayerfilter.cpp
+++ b/src/render/framegraph/qlayerfilter.cpp
@@ -57,7 +57,9 @@ QLayerFilterPrivate::QLayerFilterPrivate()
\class Qt3DRender::QLayerFilter
\inmodule Qt3DRender
\since 5.5
- \brief The QLayerFilter class provides ...
+ \brief Controls layers Drawn in a frame graph branch.
+
+ A QLayerFiler can be used to instruct the renderer as to which layer(s) to draw in that branch of the frame graph.
*/
/*!
@@ -66,7 +68,9 @@ QLayerFilterPrivate::QLayerFilterPrivate()
\inherits FrameGraphNode
\inqmlmodule Qt3D.Render
\since 5.5
- \brief For ...
+ \brief Controls layers Drawn in a frame graph branch.
+
+ A QLayerFiler can be used to instruct the renderer as to which layer(s) to draw in that branch of the frame graph.
*/