GLSL: Inherit memory qualifiers, both declaratively and in execution.
authorJohn Kessenich <cepheus@frii.com>
Thu, 22 Aug 2019 12:58:26 +0000 (06:58 -0600)
committerJohn Kessenich <cepheus@frii.com>
Thu, 22 Aug 2019 14:54:22 +0000 (08:54 -0600)
commit9a5689f63284844dab7a61217d6e574bee48a714
tree89fe25aff7f27a02cf04689c77a7b975f9fb2bdf
parent28f314d436060058595ac2425db7d47a2d867362
GLSL: Inherit memory qualifiers, both declaratively and in execution.

Fixes #1870, probably others.
Test/310.inheritMemory.frag [new file with mode: 0644]
Test/baseResults/310.comp.out
Test/baseResults/310.inheritMemory.frag.out [new file with mode: 0644]
Test/baseResults/430.comp.out
Test/baseResults/specExamples.vert.out
Test/baseResults/specExamplesConf.vert.out
Test/baseResults/spv.coopmat.comp.out
glslang/Include/Types.h
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.h
gtests/AST.FromFile.cpp