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