| 624 | } |
| 625 | |
| 626 | float ISPCDevice::getTaskDuration(OSPFuture _task) |
| 627 | { |
| 628 | auto *task = (Future *)_task; |
| 629 | return task->getTaskDuration(); |
| 630 | } |
| 631 | |
| 632 | OSPPickResult ISPCDevice::pick(OSPFrameBuffer _fb, |
| 633 | OSPRenderer _renderer, |
no outgoing calls
no test coverage detected