mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
Merge pull request #8480 from Themaister/master
glcore: Set frame count in shader interface.
This commit is contained in:
commit
5661c29409
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user