perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git] / tests / spec / glsl-1.50 / compiler / invariant-qualifier-in-out-block-02.vert
blobb6c7b919affc6059fd6e118522b6a733b42c9a95
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     vec4 x;
14 invariant x;
16 void main()