MCPcopy 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

mainFunction · 0.45
oidnTest.cppFile · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected