diff --git a/gfx/drivers/gl_core.c b/gfx/drivers/gl_core.c index cdf4c3fb13..1210f3d6c6 100644 --- a/gfx/drivers/gl_core.c +++ b/gfx/drivers/gl_core.c @@ -1624,6 +1624,7 @@ static bool gl_core_frame(void *data, const void *frame, texture.padded_width = streamed->width; texture.padded_height = streamed->height; } + gl_core_filter_chain_set_frame_count(gl->filter_chain, frame_count); gl_core_filter_chain_set_input_texture(gl->filter_chain, &texture); gl_core_filter_chain_build_offscreen_passes(gl->filter_chain, &gl->filter_chain_vp);