Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ getSubdevice
Method
getSubdevice
core/engine.h:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
virtual Device* getDevice() const = 0;
44
Subdevice* getSubdevice() const { return subdevice; }
45
void setSubdevice(Subdevice* subdevice); // set once by Subdevice
46
47
// Heap
Callers
2
init
Method · 0.45
buildModel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected