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

Method isDoingSequentialRender

Engine/OutputEffectInstance.cpp:375–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375bool
376OutputEffectInstance::isDoingSequentialRender() const
377{
378 return _engine ? _engine->isDoingSequentialRender() : false;
379}
380
381void
382OutputEffectInstance::initializeData()

Callers 3

abortedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected