aboutsummaryrefslogtreecommitdiff
path: root/Test/hlsl.round.dx10.frag
blob: cd88334cc272f26aff0a109fdef315a7f09c93d4 (plain)
1
2
3
4
float4 PixelShaderFunction(float4 input) : COLOR0
{
    return round(input);
}