minor cleanup and documentation of render functions

This commit is contained in:
itsmattkc
2019-02-16 02:18:32 -08:00
parent c810f27c47
commit 6bccd0c660
177 changed files with 2562 additions and 1497 deletions
+2 -3
View File
@@ -180,10 +180,9 @@ void RenderThread::paint() {
params.ctx = ctx;
params.seq = seq;
params.video = true;
params.texture_failed = false;
params.render_audio = false;
params.texture_failed = false;
params.gizmos = &gizmos;
params.rendering = false;
params.single_threaded = false;
params.playback_speed = 1;
params.blend_mode_program = blend_mode_program;
params.premultiply_program = premultiply_program;