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

Function oidnReleaseDevice

api/api.cpp:472–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470 }
471
472 OIDN_API void oidnReleaseDevice(OIDNDevice deviceC)
473 {
474 Device* device = reinterpret_cast<Device*>(deviceC);
475 releaseObject(device);
476 }
477
478 OIDN_API void oidnSetDeviceBool(OIDNDevice deviceC, const char* name, bool value)
479 {

Callers 3

DeviceRefClass · 0.85
~DeviceRefMethod · 0.85
releaseMethod · 0.85

Calls 1

releaseObjectFunction · 0.85

Tested by

no test coverage detected