pub unsafe extern "C" fn obs_source_process_filter_end(
    filter: *mut obs_source_t,
    effect: *mut gs_effect_t,
    width: u32,
    height: u32
)
Expand description

Draws the filter.

Before calling this function, first call obs_source_process_filter_begin and then set the effect parameters, and then call this function to finalize the filter.