| 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 | { |
no test coverage detected