Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ getDevice
Method
getDevice
core/buffer.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
Device* Buffer::getDevice() const
31
{
32
return getEngine()->getDevice();
33
}
34
35
void Buffer::read(size_t byteOffset, size_t byteSize, void* dstHostPtr, SyncMode sync)
36
{
Callers
9
USMBuffer
Method · 0.45
InputProcessDesc
Function · 0.45
addConv
Method · 0.45
addConcatConv
Method · 0.45
api.cpp
File · 0.45
getDevice
Function · 0.45
releaseObject
Function · 0.45
oidnSetFilterImage
Function · 0.45
oidnExecuteSYCLFilterAsync
Function · 0.45
Calls
1
getEngine
Function · 0.70
Tested by
no test coverage detected