X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=sor.frag;h=fc9c462bb5b936f1403592810bbd8212f2a57940;hb=d3e424c5666bb02f347ce8dd76a70feb9df0a7cf;hp=6c5333fa5ead7c960a96361ae16fd501638d7a6a;hpb=c1e1b590ad5720a7459decce76d944c86e2743c3;p=nageru diff --git a/sor.frag b/sor.frag index 6c5333f..fc9c462 100644 --- a/sor.frag +++ b/sor.frag @@ -35,7 +35,6 @@ void main() // (it couldn't be done earlier, because we didn't know // the values of the neighboring pixels; they change for // each SOR iteration). - // TODO: Multiply by some gamma. float smooth_l = textureOffset(smoothness_x_tex, tc, ivec2(-1, 0)).x; float smooth_r = texture(smoothness_x_tex, tc).x; float smooth_d = textureOffset(smoothness_y_tex, tc, ivec2( 0, -1)).x;