We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcfc91 commit bccd5f6Copy full SHA for bccd5f6
obs-shaderfilter.c
@@ -2673,6 +2673,8 @@ static void draw_output(struct shader_filter_data *filter)
2673
2674
gs_texture_t *texture = gs_texrender_get_texture(filter->output_texrender);
2675
gs_effect_t *pass_through = filter->output_effect;
2676
+ if (!pass_through)
2677
+ pass_through = obs_get_base_effect(OBS_EFFECT_DEFAULT);
2678
2679
if (filter->param_output_image) {
2680
gs_effect_set_texture(filter->param_output_image, texture);
0 commit comments