MCPcopy Create free account
hub / github.com/RenderKit/oidn / Device

Method Device

core/device.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 Device::Device()
91 {
92 // Get default values from environment variables
93 if (getEnvVar("OIDN_VERBOSE", verbose))
94 error.setVerbose(verbose);
95 }
96
97 void Device::setError(Device* device, Error code, const std::string& message)
98 {

Callers

nothing calls this directly

Calls 1

getEnvVarFunction · 0.85

Tested by

no test coverage detected