X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_pass_effect.h;h=53428bd8d31a3f82360615a2ec20b0cac3653cd5;hp=561bc6dd20788a6605a5d55230171cba9c5a40b8;hb=974b5c837c24179f9ab29f4ffdcdd1172288172b;hpb=b564238fa1293c01c77bcabe7b2de267f146ab24 diff --git a/fft_pass_effect.h b/fft_pass_effect.h index 561bc6d..53428bd 100644 --- a/fft_pass_effect.h +++ b/fft_pass_effect.h @@ -110,6 +110,8 @@ private: EffectChain *chain; int input_width, input_height; GLuint tex; + float uniform_num_repeats; + GLint uniform_support_tex; int fft_size; Direction direction;