From: Steinar H. Gunderson Date: Mon, 8 Oct 2012 22:54:29 +0000 (+0200) Subject: Small precision fix in texture bounce comment. X-Git-Tag: 1.0~333 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=244f6de78a09ab723682ca86b3e00d6a6359f7af Small precision fix in texture bounce comment. --- diff --git a/effect.h b/effect.h index dee5624..cbf6f3a 100644 --- a/effect.h +++ b/effect.h @@ -89,7 +89,7 @@ public: // 2. You rely on previous effects, possibly including gamma // expansion, to happen pre-filtering instead of post-filtering. // (This is only relevant if you actually need the filtering; if - // you sample on whole input pixels only, it makes no difference.) + // you sample 1:1 between pixels and texels, it makes no difference.) // // Note that in some cases, you might get post-filtered gamma expansion // even when setting this option. More specifically, if you are the