blob: cd88334cc272f26aff0a109fdef315a7f09c93d4 [file] [log] [blame]
float4 PixelShaderFunction(float4 input) : COLOR0
{
return round(input);
}