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

Method retain

modules/cpu/ISPCDevice.cpp:508–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508void ISPCDevice::retain(OSPObject _obj)
509{
510 ManagedObject *obj = (ManagedObject *)_obj;
511 obj->refInc();
512}
513
514///////////////////////////////////////////////////////////////////////////
515// FrameBuffer Manipulation ///////////////////////////////////////////////

Callers 1

ospRetainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected