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

Method flush

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

Issues all previously submitted commands (does not block)

Source from the content-addressed store, hash-verified

108
109 // Issues all previously submitted commands (does not block)
110 virtual void flush() {}
111
112 // Waits for all previously submitted commands to complete (blocks)
113 virtual void wait() = 0;

Callers 2

updateMethod · 0.45
finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected