fix incorrect error when multiple compilation units don't declare layouts (#2238)
authorMalcolm Bechard <mbechard@users.noreply.github.com>
Thu, 21 May 2020 06:10:33 +0000 (02:10 -0400)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 06:10:33 +0000 (00:10 -0600)
commit6f723ebbe3b0eba0c543fa615b53fbdc3e6e22c7
treeef2e0732af004319fe7ef2a6d2494bfbf78fbae2
parent044113abe8c21851897cac51abe55af775887e85
fix incorrect error when multiple compilation units don't declare layouts (#2238)

when using multiple compilation units, input/output layouts don't need
to be declared in every unit.
Test/baseResults/150.tesc.out
Test/baseResults/contradict_0.geom.out [new file with mode: 0755]
Test/contradict_0.geom [new file with mode: 0755]
Test/contradict_1.geom [new file with mode: 0755]
glslang/MachineIndependent/linkValidate.cpp
gtests/Link.FromFile.cpp