commit | 414f735443de27653f8b385dc279c3a1a00d06dd | [log] [tgz] |
---|---|---|
author | John Kessenich <cepheus@frii.com> | Wed Jul 27 14:43:01 2016 -0600 |
committer | John Kessenich <cepheus@frii.com> | Wed Jul 27 14:55:06 2016 -0600 |
tree | 05a46bee1dfd6c1670238ef14419da0ac89ee936 | |
parent | e15509e450b8d0cf383b76b43a3e134fe858f685 [diff] [blame] |
Front-end: Fix issue #409, check for implicitly-sized binding arrays.
diff --git a/Test/420.vert b/Test/420.vert index 49035ea..ab28140 100644 --- a/Test/420.vert +++ b/Test/420.vert
@@ -156,4 +156,6 @@ levels = textureQueryLevels(samp1D); // ERROR, not until 430 levels = textureQueryLevels(samp1Ds); // ERROR, not until 430 -} \ No newline at end of file +} + +layout(binding=0) writeonly uniform image1D badArray[];