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

Function ospIsReady

ospray/api/API.cpp:672–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670OSPRAY_CATCH_END(nullptr)
671
672extern "C" int ospIsReady(OSPFuture f, OSPSyncEvent event) OSPRAY_CATCH_BEGIN
673{
674 THROW_IF_NULL_OBJECT(f);
675 ASSERT_DEVICE();
676 return currentDevice().isReady(f, event);
677}
678OSPRAY_CATCH_END(1)
679
680extern "C" void ospWait(OSPFuture f, OSPSyncEvent event) OSPRAY_CATCH_BEGIN

Callers 4

futureIsReadyFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
isReadyMethod · 0.85

Calls 1

isReadyMethod · 0.45

Tested by

no test coverage detected