framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / spec / arb_sample_shading / compiler / gl_NumSamples.frag
blobd99e8b8be20854b5098a02bf3aa24282768ae276
1 // [config]
2 // expect_result: pass
3 // glsl_version: 1.30
4 // require_extensions: GL_ARB_sample_shading
5 // [end config]
6 #version 130
7 #extension GL_ARB_sample_shading : enable
9 int func()
11         return gl_NumSamples;