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

Method read

apps/utils/image_buffer.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void ImageBuffer::read(size_t byteOffset, size_t byteSize, void* dstHostPtr) const
48 {
49 buffer.read(byteOffset, byteSize, dstHostPtr);
50 }
51
52 void ImageBuffer::write(size_t byteOffset, size_t byteSize, const void* srcHostPtr)
53 {

Callers 8

oidnTest.cppFile · 0.45
loadFileFunction · 0.45
toHostMethod · 0.45
cloneMethod · 0.45
loadImagePFMFunction · 0.45
loadImagePHMFunction · 0.45
oidnReadBufferFunction · 0.45
oidnReadBufferAsyncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected