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

Function ospDeviceCommit

ospray/api/API.cpp:294–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292OSPRAY_CATCH_END(nullptr)
293
294extern "C" void ospDeviceCommit(OSPDevice _object) OSPRAY_CATCH_BEGIN
295{
296 THROW_IF_NULL_OBJECT(_object);
297
298 auto *object = (Device *)_object;
299 object->commit();
300}
301OSPRAY_CATCH_END()
302
303extern "C" void ospDeviceRelease(OSPDevice _object) OSPRAY_CATCH_BEGIN

Callers 5

runWorkerFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
initializeOSPRayFunction · 0.85
commitMethod · 0.85

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected