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

Method toHost

apps/utils/image_buffer.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void ImageBuffer::toHost()
58 {
59 if (hostPtr != devPtr)
60 buffer.read(0, byteSize, hostPtr);
61 }
62
63 void ImageBuffer::toHostAsync()
64 {

Callers 1

mainFunction · 0.80

Calls 1

readMethod · 0.45

Tested by

no test coverage detected