]> git.tdb.fi Git - libs/gl.git/commit
Always treat GLSL function parameters as referenced
authorMikko Rasa <tdb@tdb.fi>
Sat, 10 Dec 2016 20:48:07 +0000 (22:48 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sat, 10 Dec 2016 20:48:07 +0000 (22:48 +0200)
commiteb4f947bcd825230cfa0f1f27046d9c729435d6e
treef1c6a5bbe4ed559f8af40df53f6582d83de50a59
parent4fe225bf15048fcb7a678370f87d09f2de37031a
Always treat GLSL function parameters as referenced

They can't be removed so adding them to the set of unused nodes would
lead to an infinite loop.
source/programcompiler.cpp