summaryrefslogtreecommitdiffstats
path: root/examples/simple-qml/main.cpp
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2014-03-24 11:02:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-30 14:42:40 +0200
commit1aa17e9bdffae08e9c5c2a6bbf1c5affce73c802 (patch)
tree108693a3514c55a3b75c116c466f5731696c9d00 /examples/simple-qml/main.cpp
parent3aab83685122e2391c3080f250d334a923a8b3f4 (diff)
FrameGraph and frontend FrameGraphNode
All framegraph building blocks are now subclasses of FrameGraphNode. An Entity can reference the framegraph configuration to use by by declaring inline a FrameGraphBuildingBlock or referencing it. RenderSceneBuilder retrieves the first FrameGraph in the scene and builds a tree of Render::FrameGraphNodes from the activeFrameGraph it references. The Render::FrameGraphNodes are empty at the moment and will be filled in follow-up commmits Change-Id: Id5f90421be16c3c979a6da2dccf19068bf7921ec Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/simple-qml/main.cpp')
-rw-r--r--examples/simple-qml/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/simple-qml/main.cpp b/examples/simple-qml/main.cpp
index a1f963a85..b54c802de 100644
--- a/examples/simple-qml/main.cpp
+++ b/examples/simple-qml/main.cpp
@@ -42,6 +42,7 @@
#include <window.h>
#include <rendereraspect.h>
+
#include <QGuiApplication>
#include <QtQml>