MCPcopy Create free account
hub / github.com/RenderKit/oidn / oidnRetainDevice

Function oidnRetainDevice

api/api.cpp:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464 }
465
466 OIDN_API void oidnRetainDevice(OIDNDevice deviceC)
467 {
468 Device* device = reinterpret_cast<Device*>(deviceC);
469 retainObject(device);
470 }
471
472 OIDN_API void oidnReleaseDevice(OIDNDevice deviceC)
473 {

Callers 2

DeviceRefMethod · 0.85
DeviceRefClass · 0.85

Calls 1

retainObjectFunction · 0.85

Tested by

no test coverage detected