X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=fft_pass_effect.h;h=53428bd8d31a3f82360615a2ec20b0cac3653cd5;hp=561bc6dd20788a6605a5d55230171cba9c5a40b8;hb=9c12e38b7cd88a77ef297d080b7c41e6bd6326fb;hpb=1ec439c7fb975c09029adaa9090e7f35ce6484b8 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;