| 141 | } |
| 142 | |
| 143 | bool View::isVSync() const noexcept { |
| 144 | return (_flag & BGFX_RESET_VSYNC) != 0; |
| 145 | } |
| 146 | |
| 147 | bool View::isPostProcessNeeded() const noexcept { |
| 148 | return _scale != 1.0f || _effect != nullptr || EffekNode::getRunningNodes() > 0; |
no outgoing calls
no test coverage detected