Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ toHostAsync
Method
toHostAsync
apps/utils/image_buffer.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void ImageBuffer::toHostAsync()
64
{
65
if (hostPtr != devPtr)
66
buffer.readAsync(0, byteSize, hostPtr);
67
}
68
69
void ImageBuffer::toDevice()
70
{
Callers
1
runBenchmark
Function · 0.80
Calls
1
readAsync
Method · 0.80
Tested by
no test coverage detected