X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_pass_effect.frag;h=eb26f33442ff8baed342d89cfcbbc7f217175b67;hp=607f86ab0149dab1d97e7aefeb77454b193e8fa9;hb=71cf8dc668a86a14ea73c6bc442391996fe247cc;hpb=ddf71f853e64c3912eed4ab98bfe7503826ce8e1 diff --git a/fft_pass_effect.frag b/fft_pass_effect.frag index 607f86a..eb26f33 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