repo.or.cz
/
piglit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git]
/
tests
/
spec
/
arb_sample_shading
/
compiler
/
gl_NumSamples.frag
blob
d99e8b8be20854b5098a02bf3aa24282768ae276
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
8
9
int func()
10
{
11
return gl_NumSamples;
12
}