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

Method isFrameVarying

Engine/EffectInstance.cpp:5624–5630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5622}
5623
5624bool
5625EffectInstance::isFrameVarying() const
5626{
5627 QMutexLocker k(&_imp->metadataMutex);
5628
5629 return _imp->metadata.getIsFrameVarying();
5630}
5631
5632bool
5633EffectInstance::canRenderContinuously() const

Callers 1

Calls 1

getIsFrameVaryingMethod · 0.80

Tested by

no test coverage detected