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

Method newOutputProcess

devices/cpu/cpu_engine.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 Ref<OutputProcess> CPUEngine::newOutputProcess(const OutputProcessDesc& desc)
134 {
135 return makeRef<CPUOutputProcess>(this, desc);
136 }
137
138 Ref<ImageCopy> CPUEngine::newImageCopy()
139 {

Callers 1

addOutputProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected