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