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

Function ospDeviceRelease

ospray/api/API.cpp:303–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301OSPRAY_CATCH_END()
302
303extern "C" void ospDeviceRelease(OSPDevice _object) OSPRAY_CATCH_BEGIN
304{
305 auto *object = (Device *)_object;
306 if (!object)
307 return;
308 object->refDec();
309}
310OSPRAY_CATCH_END()
311
312extern "C" void ospDeviceRetain(OSPDevice _object) OSPRAY_CATCH_BEGIN

Callers 7

runWorkerFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
initializeOSPRayFunction · 0.85
~DeviceMethod · 0.85
Device.hFile · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68