X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_pass_effect.frag;fp=fft_pass_effect.frag;h=9750e8b045199b6005d44f0d9cf4e62ebdf1c974;hp=eb26f33442ff8baed342d89cfcbbc7f217175b67;hb=9c12e38b7cd88a77ef297d080b7c41e6bd6326fb;hpb=1ec439c7fb975c09029adaa9090e7f35ce6484b8 diff --git a/fft_pass_effect.frag b/fft_pass_effect.frag index eb26f33..9750e8b 100644 --- a/fft_pass_effect.frag +++ b/fft_pass_effect.frag @@ -1,8 +1,9 @@ // DIRECTION_VERTICAL will be #defined to 1 if we are doing a vertical FFT, // and 0 otherwise. -uniform float PREFIX(num_repeats); -uniform sampler2D PREFIX(support_tex); +// Implicit uniforms: +// uniform float PREFIX(num_repeats); +// uniform sampler2D PREFIX(support_tex); vec4 FUNCNAME(vec2 tc) { #if DIRECTION_VERTICAL