X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_pass_effect.frag;h=fcffba786facade26a2ad2983126675528107708;hp=edcf6951815b1a9a1a09906f3082dad5ff36ef63;hb=4a9f9844aec346c73a1e96d7164b3d993c619d06;hpb=6462d4df1986c76e363cf21ee0c7734d1b312635 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