Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ newBuffer
Method
newBuffer
core/arena.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
Ref<Buffer> ScratchArena::newBuffer(size_t byteSize, size_t byteOffset)
99
{
100
return manager->engine->newBuffer(this, byteSize, byteOffset);
101
}
102
103
OIDN_NAMESPACE_END
Callers
7
toDevice
Method · 0.45
DeviceTensor
Method · 0.45
newUserBuffer
Method · 0.45
buildModel
Method · 0.45
Image
Method · 0.45
oidnTest.cpp
File · 0.45
ImageBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected