| 2596 | |
| 2597 | |
| 2598 | bool |
| 2599 | Node::isForceCachingEnabled() const |
| 2600 | { |
| 2601 | KnobBoolPtr b = _imp->forceCaching.lock(); |
| 2602 | |
| 2603 | return b ? b->getValue() : false; |
| 2604 | } |
| 2605 | |
| 2606 | void |
| 2607 | Node::onSetSupportRenderScaleMaybeSet(int support) |
no test coverage detected