From: Mikko Rasa Date: Wed, 3 Mar 2021 11:02:55 +0000 (+0200) Subject: Handle all constructs when inlining GLSL functions X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=f76e62a74917dbd850912587a5e79240dec9681f;hp=f76e62a74917dbd850912587a5e79240dec9681f;p=libs%2Fgl.git Handle all constructs when inlining GLSL functions We need to look for function calls inside conditional and iteration statements too, and inline calls within condition expressions. ---