Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ setErrorFunction
Method
setErrorFunction
core/device.cpp:174–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
}
173
174
void Device::setErrorFunction(ErrorFunction func, void* userPtr)
175
{
176
errorFunc = func;
177
errorUserPtr = userPtr;
178
}
179
180
int Device::getInt(const std::string& name)
181
{
Callers
4
main
Function · 0.45
oidnTest.cpp
File · 0.45
main
Function · 0.45
oidnSetDeviceErrorFunction
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected