Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
bbd1b0ef76bd2b29baa27c2f6728a92583f293fd
/
.
/
Test
/
hlsl.whileLoop.frag
blob: f282375ddd55848d245c81f79fe62d2e374acba2 [
file
] [
log
] [
blame
]
float4
PixelShaderFunction
(
float4 input
)
:
COLOR0
{
while
(
input
!=
input
)
{
return
input
;
}
while
(
false
)
;
[
unroll
]
while
(
false
)
{
}
while
((
false
))
{
}
}