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

Method sync

core/engine.h:116–122  ·  view source on GitHub ↗

Calls wait() or flush() depending on the sync mode

Source from the content-addressed store, hash-verified

114
115 // Calls wait() or flush() depending on the sync mode
116 void sync(SyncMode syncMode)
117 {
118 if (syncMode == SyncMode::Blocking)
119 wait();
120 else
121 flush();
122 }
123
124 virtual int getMaxWorkGroupSize() const;
125 virtual int getSubgroupSize() const;

Callers 2

runBenchmarkFunction · 0.45
oidnTest.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected