| 6 | #include "cpu_common.h" |
| 7 | |
| 8 | OIDN_NAMESPACE_BEGIN |
| 9 | |
| 10 | CPUImageCopy::CPUImageCopy(CPUEngine* engine) |
| 11 | : engine(engine) |
| 12 | {} |
| 13 | |
| 14 | void CPUImageCopy::submitKernels(const Ref<CancellationToken>& ct) |
| 15 | { |
nothing calls this directly
no outgoing calls
no test coverage detected