From: Mikko Rasa Date: Sat, 14 Apr 2018 07:42:02 +0000 (+0300) Subject: Rename imported interface variables in InterfaceGenerator X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=6fe1876a3040cc78ba4713194abf6d121f419458;hp=6fe1876a3040cc78ba4713194abf6d121f419458;p=libs%2Fgl.git Rename imported interface variables in InterfaceGenerator 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. ---