mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
transition/shader: Use direct rendering (#501)
This commit is contained in:
parent
a2f518224f
commit
0a44333c11
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ void shader_instance::transition_render(gs_texture_t* a, gs_texture_t* b, float_
|
|||
_fx->set_transition_time(t);
|
||||
_fx->set_transition_size(cx, cy);
|
||||
_fx->prepare_render();
|
||||
_fx->render();
|
||||
_fx->render(nullptr);
|
||||
}
|
||||
|
||||
bool shader_instance::audio_render(uint64_t* ts_out, obs_source_audio_mix* audio_output, uint32_t mixers,
|
||||
|
|
Loading…
Reference in a new issue