| 65 | } |
| 66 | |
| 67 | inline void MultiDeviceRenderTask::cancel() |
| 68 | { |
| 69 | for (size_t i = 0; i < fb->objects.size(); ++i) { |
| 70 | FrameBuffer *fbi = (FrameBuffer *)fb->objects[i]; |
| 71 | fbi->cancelFrame(); |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | inline float MultiDeviceRenderTask::getProgress() |
| 76 | { |
nothing calls this directly
no test coverage detected