perf/pixel-rate: new pixel throughput microbenchmark
[piglit.git] / tests / spec / glsl-1.50 / compiler / invariant-qualifier-01.geom
blobaa631dc13c35c69fc615b5f4931d7615e45104d4
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.50
4 // [end config]
5 //
6 // Verify that the invariant-qualifier cannot be used on uniforms in the GS.
8 #version 150
10 invariant uniform vec4 junk;    /* not allowed */