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

Function ospRetain

ospray/api/API.cpp:556–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554OSPRAY_CATCH_END()
555
556extern "C" void ospRetain(OSPObject _object) OSPRAY_CATCH_BEGIN
557{
558 THROW_IF_NULL_OBJECT(_object);
559 ASSERT_DEVICE();
560 currentDevice().retain(_object);
561}
562OSPRAY_CATCH_END()
563
564///////////////////////////////////////////////////////////////////////////////

Callers 3

retainFunction · 0.85
ManagedObjectMethod · 0.85
ManagedObject.hFile · 0.85

Calls 1

retainMethod · 0.45

Tested by

no test coverage detected