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
glx-multithread-texture: Avoid front-buffer rendering.
[piglit.git]
/
tests
/
shaders
/
glsl-fs-shader-stencil-export.frag
blob
e4fd680250a7d356996ff8e511fe7fef4bb8b227
1
#version 120
2
#extension GL_ARB_shader_stencil_export: enable
3
4
void main()
5
{
6
gl_FragDepth = 1.0;
7
gl_FragStencilRefARB = 129;
8
}