attempt to use fbo clear function

This commit is contained in:
itsmattkc
2019-12-10 21:32:21 +11:00
parent 91c7d8aa4d
commit f5d66436fa
8 changed files with 13 additions and 32 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ void RenderBackend::CacheNext()
if (!WorkerIsBusy(worker)) {
TimeRange cache_frame = cache_queue_.takeFirst();
//qDebug() << "Rendering" << cache_frame.in().toDouble() << "-" << cache_frame.out().toDouble();
qDebug() << "Rendering" << cache_frame.in().toDouble();
NodeDependency dep = NodeDependency(node_connected_to_viewer, cache_frame.in(), cache_frame.out());