X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_pass_effect.frag;h=fcffba786facade26a2ad2983126675528107708;hp=edcf6951815b1a9a1a09906f3082dad5ff36ef63;hb=fe1a72f7c42fa085048b61a4bbbec54385f775f3;hpb=60e4852ff1b04c525a9e3f1c98a1017db28b27bd diff --git a/fft_pass_effect.frag b/fft_pass_effect.frag index edcf695..fcffba7 100644 --- a/fft_pass_effect.frag +++ b/fft_pass_effect.frag @@ -22,3 +22,5 @@ vec4 FUNCNAME(vec2 tc) { // where * is complex multiplication. return c1 + support.z * c2 + support.w * vec4(-c2.y, c2.x, -c2.w, c2.z); } + +#undef DIRECTION_VERTICAL