| 704 | OSPRAY_CATCH_END(1.f) |
| 705 | |
| 706 | extern "C" float ospGetTaskDuration(OSPFuture f) OSPRAY_CATCH_BEGIN |
| 707 | { |
| 708 | THROW_IF_NULL_OBJECT(f); |
| 709 | ASSERT_DEVICE(); |
| 710 | return currentDevice().getTaskDuration(f); |
| 711 | } |
| 712 | OSPRAY_CATCH_END(0.f) |
| 713 | |
| 714 | extern "C" void ospPick(OSPPickResult *result, |
no test coverage detected