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