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

Method setRenderThreadSafety

Engine/Node.cpp:265–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void
266Node::setRenderThreadSafety(RenderSafetyEnum safety)
267{
268 QMutexLocker k(&_imp->pluginsPropMutex);
269
270 _imp->currentThreadSafety = safety;
271}
272
273RenderSafetyEnum
274Node::getCurrentRenderThreadSafety() const

Calls

no outgoing calls

Tested by

no test coverage detected