| 1989 | } // >::threadLoopOnce |
| 1990 | |
| 1991 | void |
| 1992 | TrackScheduler::doRenderCurrentFrameForViewer(ViewerInstance* viewer) |
| 1993 | { |
| 1994 | assert( QThread::currentThread() == qApp->thread() ); |
| 1995 | viewer->renderCurrentFrame(true); |
| 1996 | } |
| 1997 | |
| 1998 | NATRON_NAMESPACE_EXIT |
| 1999 |
nothing calls this directly
no test coverage detected