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

Method cancel

modules/cpu/ISPCDevice.cpp:614–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614void ISPCDevice::cancel(OSPFuture _task)
615{
616 auto *task = (Future *)_task;
617 return task->cancel();
618}
619
620float ISPCDevice::getProgress(OSPFuture _task)
621{

Callers 1

motionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected