Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
void main()
{
float4 c0 = Sample();
float4 c1 = SampleOffset(int2(5, 5));
SetOutput(c0 - c1);
}