GLSL: Error when using location on an arrayed block.
authorJohn Kessenich <cepheus@frii.com>
Sun, 4 Jun 2017 19:05:50 +0000 (13:05 -0600)
committerJohn Kessenich <cepheus@frii.com>
Sun, 4 Jun 2017 19:05:50 +0000 (13:05 -0600)
commit8de7e7bf1483adf2047870543ca4b9d00b99fc8a
tree2256f3a3e29e99c7725b6b77d531c54d31a5e69b
parent99f289d4387c65281d7481ace2b2106c1460cbce
GLSL: Error when using location on an arrayed block.

This implements a recent change to the GLSL specification to enforce
this ill-defined situation.
Test/450.frag
Test/450.tesc
Test/baseResults/450.frag.out
Test/baseResults/450.tesc.out
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/ParseHelper.h