| 2008 | } // >::threadLoopOnce |
| 2009 | |
| 2010 | void |
| 2011 | TrackScheduler::doRenderCurrentFrameForViewer(ViewerInstance* viewer) |
| 2012 | { |
| 2013 | assert( QThread::currentThread() == qApp->thread() ); |
| 2014 | viewer->renderCurrentFrame(true); |
| 2015 | } |
| 2016 | |
| 2017 | NATRON_NAMESPACE_EXIT |
| 2018 |
nothing calls this directly
no test coverage detected