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

Function oidnCommitDevice

api/api.cpp:544–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542 }
543
544 OIDN_API void oidnCommitDevice(OIDNDevice deviceC)
545 {
546 Device* device = reinterpret_cast<Device*>(deviceC);
547 OIDN_TRY
548 checkHandle(deviceC);
549 OIDN_LOCK_DEVICE(device);
550 device->commit();
551 OIDN_CATCH_DEVICE(device)
552 }
553
554 OIDN_API void oidnSyncDevice(OIDNDevice deviceC)
555 {

Callers 1

commitMethod · 0.85

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected