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

Method getCurrentRenderThreadSafety

Engine/Node.cpp:996–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994}
995
996RenderSafetyEnum
997Node::getCurrentRenderThreadSafety() const
998{
999 if ( !isMultiThreadingSupportEnabledForPlugin() ) {
1000 return eRenderSafetyInstanceSafe;
1001 }
1002 QMutexLocker k(&_imp->pluginsPropMutex);
1003
1004 return _imp->currentThreadSafety;
1005}
1006
1007void
1008Node::revertToPluginThreadSafety()

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected