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

Method read

include/OpenImageDenoise/oidn.hpp:292–295  ·  view source on GitHub ↗

Copies data from a region of the buffer to host memory.

Source from the content-addressed store, hash-verified

290
291 // Copies data from a region of the buffer to host memory.
292 void read(size_t byteOffset, size_t byteSize, void* dstHostPtr) const
293 {
294 oidnReadBuffer(handle, byteOffset, byteSize, dstHostPtr);
295 }
296
297 // Copies data from a region of the buffer to host memory asynchronously.
298 void readAsync(size_t byteOffset, size_t byteSize, void* dstHostPtr) const

Callers

nothing calls this directly

Calls 1

oidnReadBufferFunction · 0.85

Tested by

no test coverage detected