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

Method commit

include/OpenImageDenoise/oidn.hpp:849–852  ·  view source on GitHub ↗

Commits all previous changes to the device. Must be called before first using the device (e.g. creating filters).

Source from the content-addressed store, hash-verified

847 // Commits all previous changes to the device.
848 // Must be called before first using the device (e.g. creating filters).
849 void commit()
850 {
851 oidnCommitDevice(handle);
852 }
853
854 // Waits for all asynchronous operations running on the device to complete.
855 void sync()

Callers

nothing calls this directly

Calls 1

oidnCommitDeviceFunction · 0.85

Tested by

no test coverage detected