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

Method trimScratch

core/device.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 }
327
328 void Device::trimScratch()
329 {
330 for (const auto& subdevice : subdevices)
331 subdevice->trimScratch();
332 }
333
334 void Device::execute(std::function<void()>&& f, SyncMode sync)
335 {

Callers 2

~FilterMethod · 0.45
commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected