Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
deqp-deps
/
glslang
/
dd8287a10969b863dd510ed13ba8be8eb38f064e
/
.
/
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
))
{
}
}