repo.or.cz
/
glslang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kokoro: use ndk-r27c
[glslang.git]
/
Test
/
depthOut.frag
blob
5a892710160cd6211a09da01aafe32124afd1efa
1
#version 130
\r
2
\r
3
varying vec4 Color;
\r
4
varying float Depth;
\r
5
\r
6
void main()
\r
7
{
\r
8
gl_FragDepth = Depth;
\r
9
gl_FragColor = Color;
\r
10
}
\r