Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
f050209ce1349ce76b83d226e3861bda9d927009
/
.
/
Test
/
depthOut.frag
blob: 5a892710160cd6211a09da01aafe32124afd1efa [
file
] [
log
] [
blame
]
John Kessenich
2f21fcc
2015-06-17 16:15:09 +0000
[
diff
] [
blame
]
1
#version 130
2
3
varying vec4
Color
;
4
varying
float
Depth
;
5
6
void
main
()
7
{
8
gl_FragDepth
=
Depth
;
9
gl_FragColor
=
Color
;
10
}