framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / spec / glsl-1.50 / compiler / fs-disallows-redeclaration-of-pervertex-out.frag
blob4e6e035cdc2d456894406ec484a330b181924252
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.50
4 // check_link: false
5 // [end config]
6 //
7 // The gl_PerVertex output interface block only exists in vertex and
8 // geometry shaders.  Check that it may not be redeclared in fragment
9 // shaders.
11 #version 150
13 out gl_PerVertex {
14   vec4 gl_Position;
17 void main()