Sign in
fuchsia
/
third_party
/
glslang
/
refs/heads/upstream/GL_EXT_buffer_reference_uvec2
/
.
/
Test
/
hlsl.depthGreater.frag
blob: ca41f08967e1bbe78745d7e3f1d8cb6c63d1df46 [
file
] [
log
] [
blame
] [
edit
]
void
PixelShaderFunction
(
out
float
depth
:
SV_DepthGreaterEqual
)
{
depth
=
0.2
;
}