From 1aa17e9bdffae08e9c5c2a6bbf1c5affce73c802 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Mon, 24 Mar 2014 11:02:10 +0100 Subject: 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 --- examples/simple-qml/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/simple-qml/main.cpp') 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 #include + #include #include -- cgit v1.2.3