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

Method clearRenderInstances

Engine/EffectInstance.cpp:4061–4066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4059}
4060
4061void
4062EffectInstance::clearRenderInstances()
4063{
4064 QMutexLocker k(&_imp->renderClonesMutex);
4065 _imp->renderClonesPool.clear();
4066}
4067
4068void
4069EffectInstance::releaseRenderInstance(const EffectInstPtr& instance)

Callers 1

onInputChangedMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected