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

Method release

modules/cpu/ISPCDevice.cpp:502–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void ISPCDevice::release(OSPObject _obj)
503{
504 ManagedObject *obj = (ManagedObject *)_obj;
505 obj->refDec();
506}
507
508void ISPCDevice::retain(OSPObject _obj)
509{

Callers 1

ospReleaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected