]> git.tdb.fi Git - libs/gl.git/commit
Avoid incorrectly matching interfaces in certain cases
authorMikko Rasa <tdb@tdb.fi>
Tue, 23 Feb 2021 22:03:31 +0000 (00:03 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 23 Feb 2021 22:03:31 +0000 (00:03 +0200)
commitfcec789963b25a49a187e2df248d80e1287ebc44
tree6087ebf3e3e681049d03b9756366ea0b164e5e80
parent5c33b56c3b97ca0381ac216a603c7553f4bea499
Avoid incorrectly matching interfaces in certain cases

I removed this in ab5f2e6, thinking it was unnecessary.  But if a stage
declares a local output variable of the same name as an output variable
in the previous stage, this is needed to avoid a mismatch.
source/glsl/generate.cpp