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