qt5base-lts/tests/auto/gui/util/qshadergraph
Nicolas Guichard 27d35a3ed0 QShaderGraph: Fix statement creation for graphs with dangling branches
For graphs like this one:

Input ----> Function1 ----> Output
      \
       ---> Function2
         (unbound output)

We would have generated only 2 statements, for Function1 and Output.

This change fixes this by treating Function2 like an output.
Therefore it generates 4 statements: Input, Function1, Output and
Function2.

Change-Id: Iaada40b9b949d771806dd47efad4f7ef2a775b48
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
2020-02-17 14:35:56 +01:00
..
qshadergraph.pro [Shader Graph Gen.] Introduce QShaderGraph 2017-06-20 21:35:30 +00:00
tst_qshadergraph.cpp QShaderGraph: Fix statement creation for graphs with dangling branches 2020-02-17 14:35:56 +01:00