ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.20 / linker / invariant-mismatched.shader_test
blob951e2401c9e9949375aba55fdf4fcb6aa2bad37d
1 [require]
2 GLSL >= 1.20
4 [vertex shader]
5 #version 120
6 invariant varying float var;
8 void main()
10   gl_Position = gl_Vertex;
13 [vertex shader]
14 #version 120
15 varying float var;
17 void myfunc()
21 [test]
22 link error