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

Function ospRelease

ospray/api/API.cpp:547–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545OSPRAY_CATCH_END()
546
547extern "C" void ospRelease(OSPObject _object) OSPRAY_CATCH_BEGIN
548{
549 if (!_object)
550 return;
551 ASSERT_DEVICE();
552 currentDevice().release(_object);
553}
554OSPRAY_CATCH_END()
555
556extern "C" void ospRetain(OSPObject _object) OSPRAY_CATCH_BEGIN

Callers 15

newSharedDataFunction · 0.85
commitFunction · 0.85
releaseFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
SetUpMethod · 0.85
SetUpMethod · 0.85
mainFunction · 0.85
buildScene1Function · 0.85
buildScene2Function · 0.85
mainFunction · 0.85
ospSetObjectAsDataFunction · 0.85

Calls 1

releaseMethod · 0.45

Tested by 2

SetUpMethod · 0.68
SetUpMethod · 0.68