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

Method supportsTiles

Engine/ReadNode.cpp:922–927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920}
921
922bool
923ReadNode::supportsTiles() const
924{
925 NodePtr p = getEmbeddedReader();
926 return p ? p->getEffectInstance()->supportsTiles() : EffectInstance::supportsTiles();
927}
928
929bool
930ReadNode::supportsMultiResolution() const

Callers 2

shouldCacheOutputMethod · 0.45

Calls 2

supportsTilesFunction · 0.85
getEffectInstanceMethod · 0.80

Tested by

no test coverage detected