blob: f282375ddd55848d245c81f79fe62d2e374acba2 [file] [log] [blame]
float4 PixelShaderFunction(float4 input) : COLOR0
{
while (input != input) { return input; }
while (false) ;
[unroll] while (false) { }
while ((false)) { }
}