| 402 | } |
| 403 | |
| 404 | bool |
| 405 | Node::isRenderScaleSupportEnabledForPlugin() const |
| 406 | { |
| 407 | return _imp->plugin ? _imp->plugin->isRenderScaleEnabled() : true; |
| 408 | } |
| 409 | |
| 410 | bool |
| 411 | Node::isMultiThreadingSupportEnabledForPlugin() const |
no test coverage detected