ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.10 / linker / gl_Position-not-written-check.shader_test
blob66ef1c75d65049f600978fc5945e56034135c7c9
1 [require]
2 GLSL >= 1.10
4 [vertex shader]
5 void main()
7         gl_FrontColor = vec4(0.3);
11 [fragment shader]
12 void main()
14         gl_FragColor = gl_Color;
17 [test]
18 link error