| 103 | } |
| 104 | |
| 105 | void |
| 106 | OutputEffectInstance::renderCurrentFrame(bool canAbort) |
| 107 | { |
| 108 | _engine->renderCurrentFrame(getApp()->isRenderStatsActionChecked(), canAbort); |
| 109 | } |
| 110 | |
| 111 | void |
| 112 | OutputEffectInstance::renderCurrentFrameWithRenderStats(bool canAbort) |
no test coverage detected