qt5base-lts/tests/auto/gui/util/qshadergraph
Nicolas Guichard 7981dbfaf3 QShaderGraph: don't generate statements with undefined inputs
This fixes the shader generation for graphs like this one:

                 Function0 ------> Output0
            (with unbound input)

   Input ------> Function1 ------> Output1

With those graphs, createStatements will not return any statement for
nodes Function0 and Output0.

Change-Id: Iec32aa51623e176b03ae23e580f06d14df80a194
Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
2020-02-19 17:39:51 +01:00
..
qshadergraph.pro [Shader Graph Gen.] Introduce QShaderGraph 2017-06-20 21:35:30 +00:00
tst_qshadergraph.cpp QShaderGraph: don't generate statements with undefined inputs 2020-02-19 17:39:51 +01:00