| 913 | } |
| 914 | |
| 915 | bool |
| 916 | ReadNode::isViewAware() const |
| 917 | { |
| 918 | NodePtr p = getEmbeddedReader(); |
| 919 | return p ? p->getEffectInstance()->isViewAware() : EffectInstance::isViewAware(); |
| 920 | } |
| 921 | |
| 922 | bool |
| 923 | ReadNode::supportsTiles() const |
no test coverage detected