arb_framebuffer_object: add missing MSAA alpha-to-coverage and alpha-to-one tests
[piglit.git] / tests / spec / glsl-1.20 / compiler / qualifiers / invariant-04.vert
blob721e14f1b08b8cdc12738862f16273919674d9ca
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.20
4 // [end config]
5 //
6 // all uses of invariant-qualifier must be at global scope.
7 #version 120
9 void main()
11   invariant vec4 x;
12   gl_Position = vec4(0);