| 512 | } // EffectInstance::aborted |
| 513 | |
| 514 | bool |
| 515 | EffectInstance::shouldCacheOutput(bool isFrameVaryingOrAnimated, |
| 516 | double time, |
| 517 | ViewIdx view, |
| 518 | int visitsCount) const |
| 519 | { |
| 520 | NodePtr n = _node.lock(); |
| 521 | |
| 522 | return n->shouldCacheOutput(isFrameVaryingOrAnimated, time, view, visitsCount); |
| 523 | } |
| 524 | |
| 525 | U64 |
| 526 | EffectInstance::getKnobsAge() const |