framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / spec / arb_sample_shading / compiler / gl_SampleMask.frag
blob1e659bccae5bac57e3666eba9276a9dbdd18b222
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         gl_SampleMask[0] = 0xff;
12         return 0;