Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.cpp
File · 0.45
main
Function · 0.45
toDevice
Method · 0.45
saveImagePFM
Function · 0.45
saveImagePHM
Function · 0.45
oidnWriteBuffer
Function · 0.45
oidnWriteBufferAsync
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected