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

Method Progress

apps/oidnTest.cpp:1342–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1340 std::atomic<bool> running; // should the callback be called?
1341
1342 Progress(double nMax)
1343 : n(0),
1344 nMax(nMax),
1345 running(false) {}
1346};
1347
1348// Progress monitor callback function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected