Sign in
flutter
/
third_party
/
glslang
/
f22300f1fcc40f75edcea15917a14c2231d9d034
/
.
/
Test
/
link.multiUnitLayout.0.frag
blob: da475f02105da6c28d8241c79b0444055c226b42 [
file
]
#version 450
layout
(
depth_greater
)
out
float
gl_FragDepth
;
void
outputColor
(
vec4 color
);
void
main
()
{
outputColor
(
vec4
(
1.0
,
0.0
,
0.0
,
1.0
));
gl_FragDepth
=
0.5
;
}