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