Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
32c294ed766bc26498d37450d1a9ba8a7c83e125
/
.
/
Test
/
hlsl.depthGreater.frag
blob: ca41f08967e1bbe78745d7e3f1d8cb6c63d1df46 [
file
] [
log
] [
blame
]
void
PixelShaderFunction
(
out
float
depth
:
SV_DepthGreaterEqual
)
{
depth
=
0.2
;
}