diff options
| author | Nicolas Guichard <nicolas.guichard@kdab.com> | 2020-02-17 13:19:45 +0100 |
|---|---|---|
| committer | Nicolas Guichard <nicolas.guichard@kdab.com> | 2020-02-17 14:35:56 +0100 |
| commit | 27d35a3ed0d71fd2ad5f213591172c85a767f5ca (patch) | |
| tree | b2e519d0dcccb9fdb7876a0cebbdefd85f2c6645 /examples/widgets/doc/src | |
| parent | 1635848d87d7720958721e76fdf2f20bfae393ad (diff) | |
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>
Diffstat (limited to 'examples/widgets/doc/src')
0 files changed, 0 insertions, 0 deletions
