| 903 | } |
| 904 | |
| 905 | bool |
| 906 | ReadNode::isViewAware() const |
| 907 | { |
| 908 | NodePtr p = getEmbeddedReader(); |
| 909 | return p ? p->getEffectInstance()->isViewAware() : EffectInstance::isViewAware(); |
| 910 | } |
| 911 | |
| 912 | bool |
| 913 | ReadNode::supportsTiles() const |
no test coverage detected