MCPcopy Create free account
hub / github.com/RenderKit/ospray / ospCancel

Function ospCancel

ospray/api/API.cpp:690–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

688OSPRAY_CATCH_END()
689
690extern "C" void ospCancel(OSPFuture f) OSPRAY_CATCH_BEGIN
691{
692 THROW_IF_NULL_OBJECT(f);
693 ASSERT_DEVICE();
694 return currentDevice().cancel(f);
695}
696OSPRAY_CATCH_END()
697
698extern "C" float ospGetProgress(OSPFuture f) OSPRAY_CATCH_BEGIN

Callers 2

futureCancelFunction · 0.85
cancelMethod · 0.85

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected