ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.50 / compiler / invariant-qualifier-in-out-block-01.vert
blob5eb50d056c517218a6874d5b71b8368ad707b3c5
1 // [config]
2 // expect_result: pass
3 // glsl_version: 1.50
4 // [end config]
5 //
6 // Tests that the invariant qualifier can be applied to a member of an out block.
8 #version 150
10 out block {
11     invariant vec4 x;
14 void main()