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

Method write

apps/utils/image_buffer.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 void ImageBuffer::write(size_t byteOffset, size_t byteSize, const void* srcHostPtr)
53 {
54 buffer.write(byteOffset, byteSize, srcHostPtr);
55 }
56
57 void ImageBuffer::toHost()
58 {

Callers 7

oidnTest.cppFile · 0.45
mainFunction · 0.45
toDeviceMethod · 0.45
saveImagePFMFunction · 0.45
saveImagePHMFunction · 0.45
oidnWriteBufferFunction · 0.45
oidnWriteBufferAsyncFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected