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

Method clearRenderInstances

Engine/EffectInstance.cpp:4095–4100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4093}
4094
4095void
4096EffectInstance::clearRenderInstances()
4097{
4098 QMutexLocker k(&_imp->renderClonesMutex);
4099 _imp->renderClonesPool.clear();
4100}
4101
4102void
4103EffectInstance::releaseRenderInstance(const EffectInstancePtr& instance)

Callers 1

onInputChangedMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected