framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / spec / oes_standard_derivatives / compiler / fwidth-vec2.vert
blob18c139cb8db9cc93bebffb9449d7e2386e5b598f
1 /* [config]
2  * expect_result: fail
3  * glsl_version: 1.00
4  * require_extensions: GL_OES_standard_derivatives
5  * [end config]
6  */
7 #version 100
8 #extension GL_OES_standard_derivatives: require
10 attribute vec2 x;
11 void main()
13     gl_Position = fwidth(x).xyxy;