SPV tests: Turn on some more tests related to currently pending issues.

This commit is contained in:
John Kessenich 2015-12-11 15:08:26 -07:00
parent cc16fa0720
commit 3c24a06c8c
6 changed files with 491 additions and 440 deletions

View file

@ -2,11 +2,7 @@
uniform vec4 u[3];
#ifdef TEST_POST_110
varying vec2 v[];
#else
varying vec2 v[2];
#endif
void main()
{