MCPcopy Create free account
hub / github.com/MrKepzie/Natron / isDoingPartialUpdates

Method isDoingPartialUpdates

Engine/ViewerInstance.cpp:3503–3509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3501}
3502
3503bool
3504ViewerInstance::isDoingPartialUpdates() const
3505{
3506 QMutexLocker k(&_imp->viewerParamsMutex);
3507
3508 return _imp->isDoingPartialUpdates;
3509}
3510
3511void
3512ViewerInstance::reportStats(int time,

Calls

no outgoing calls

Tested by

no test coverage detected