]> git.tdb.fi Git - libs/gl.git/commitdiff
Rename imported interface variables in InterfaceGenerator
authorMikko Rasa <tdb@tdb.fi>
Sat, 14 Apr 2018 07:42:02 +0000 (10:42 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 14 Apr 2018 07:51:58 +0000 (10:51 +0300)
Doing it as a separate pass caused trouble when a variable was accessed
both with passthrough and explicitly.  Two input variable declarations
were generated and only one of them was linked to the output variable of
the previous stage, leading to the output variable being removed.


No differences found