Sign in
fuchsia
/
third_party
/
glslang
/
e0932f676db6e816184376b0e2381344bdfe1a39
/
.
/
Test
/
depthOut.frag
blob: 5a892710160cd6211a09da01aafe32124afd1efa [
file
]
#version 130
varying vec4
Color
;
varying
float
Depth
;
void
main
()
{
gl_FragDepth
=
Depth
;
gl_FragColor
=
Color
;
}