finished conforming renderers to new node structure

Stateless node system is done! Functionality is about equal to the functionality
in master meaning this is ready for merging.
This commit is contained in:
itsmattkc
2019-12-06 03:43:24 +11:00
parent d6247078b4
commit 694f424627
6 changed files with 63 additions and 66 deletions
+2
View File
@@ -207,6 +207,8 @@ void RenderBackend::CacheNext()
TimeRange cache_frame = cache_queue_.takeFirst();
//qDebug() << "Caching" << cache_frame.in();
caching_ = GenerateData(cache_frame);
}