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

Function engine

devices/cpu/cpu_image_copy.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "cpu_common.h"
7
8OIDN_NAMESPACE_BEGIN
9
10 CPUImageCopy::CPUImageCopy(CPUEngine* engine)
11 : engine(engine)
12 {}
13
14 void CPUImageCopy::submitKernels(const Ref<CancellationToken>& ct)
15 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected