]> git.tdb.fi Git - libs/gl.git/commit
Properly handle the legacy replacement of fragment shader output
authorMikko Rasa <tdb@tdb.fi>
Fri, 6 Jan 2017 13:18:42 +0000 (15:18 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 6 Jan 2017 13:27:23 +0000 (15:27 +0200)
commitf02b9bf0834d2a9422cfd812159352b428b46bb6
tree8367541a662b820af72f590b006bb7b3f8702fba
parent6b89fb751617dd51eddf2adcc55e9a8da66f8e84
Properly handle the legacy replacement of fragment shader output

Assignment targets to the output variable need to be cleared, lest the
unused variable locator tries to access deleted nodes.
source/programcompiler.cpp
source/programcompiler.h