MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / doRenderCurrentFrameForViewer

Method doRenderCurrentFrameForViewer

Engine/TrackerContext.cpp:2010–2015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

renderCurrentFrameMethod · 0.45

Tested by

no test coverage detected