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

Method sync

include/OpenImageDenoise/oidn.hpp:855–858  ·  view source on GitHub ↗

Waits for all asynchronous operations running on the device to complete.

Source from the content-addressed store, hash-verified

853
854 // Waits for all asynchronous operations running on the device to complete.
855 void sync()
856 {
857 oidnSyncDevice(handle);
858 }
859
860 // Creates a buffer accessible to both the host and device.
861 BufferRef newBuffer(size_t byteSize) const

Callers

nothing calls this directly

Calls 1

oidnSyncDeviceFunction · 0.85

Tested by

no test coverage detected