X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.h;h=cbf6f3a675e526066471a8548511c530afbda8a5;hp=dee562413f21498525cd83a3cdc43f5f36261996;hb=244f6de78a09ab723682ca86b3e00d6a6359f7af;hpb=4a9b478d0cc333e7b47a766d3d27ffe67c08f15a 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