Skip to content

Commit

Permalink
[dataflow][rendering] update rendering example
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasPaulin committed Feb 10, 2023
1 parent 0518609 commit 8cc417d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/DataflowExamples/GraphRendering/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class MyRendererController : public RenderGraphController
inspectGraph( *m_renderGraph );

// force recompilation and introspection of the graph by the renderer
m_renderGraph->isCompiled() = false;
m_renderGraph->needsRecompile();
notify();
}
};
Expand Down

0 comments on commit 8cc417d

Please sign in to comment.