MCPcopy 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
103OIDN_NAMESPACE_END

Callers 7

toDeviceMethod · 0.45
DeviceTensorMethod · 0.45
newUserBufferMethod · 0.45
buildModelMethod · 0.45
ImageMethod · 0.45
oidnTest.cppFile · 0.45
ImageBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected