| 5129 | } |
| 5130 | |
| 5131 | bool |
| 5132 | EffectInstance::canSetValue() const |
| 5133 | { |
| 5134 | return !getNode()->isNodeRendering() || appPTR->isBackground(); |
| 5135 | } |
| 5136 | |
| 5137 | void |
| 5138 | EffectInstance::abortAnyEvaluation(bool keepOldestRender) |
nothing calls this directly
no test coverage detected