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

Method isReady

modules/cpu/ISPCDevice.cpp:602–606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600}
601
602int ISPCDevice::isReady(OSPFuture _task, OSPSyncEvent event)
603{
604 auto *task = (Future *)_task;
605 return task->isFinished(event);
606}
607
608void ISPCDevice::wait(OSPFuture _task, OSPSyncEvent event)
609{

Callers 1

displayMethod · 0.45

Calls 1

isFinishedMethod · 0.45

Tested by

no test coverage detected