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

Method newInputProcess

devices/cpu/cpu_engine.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 Ref<InputProcess> CPUEngine::newInputProcess(const InputProcessDesc& desc)
129 {
130 return makeRef<CPUInputProcess>(this, desc);
131 }
132
133 Ref<OutputProcess> CPUEngine::newOutputProcess(const OutputProcessDesc& desc)
134 {

Callers 1

addInputProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected