formatting and comment removal
This commit is contained in:
@@ -206,14 +206,7 @@ static void video_render(void* data, gs_effect_t* effect) {
|
||||
gs_eparam_t* img = gs_effect_get_param_by_name(effect, "image");
|
||||
gs_effect_set_texture(img, s->gs_tex);
|
||||
while (gs_effect_loop(effect, "Draw"))
|
||||
// gs_draw_sprite(s->gs_tex, 0, 0, 0);
|
||||
obs_source_draw(s->gs_tex, 0, 0, 0, 0, true);
|
||||
|
||||
/*
|
||||
while (gs_effect_loop(effect, "Draw")) {
|
||||
obs_source_draw(s->gs_tex, 0, 0, 0, 0, 0);
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
static void* create(obs_data_t* settings, obs_source_t* source) {
|
||||
|
||||
Reference in New Issue
Block a user