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

Function engine

core/subdevice.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "engine.h"
6
7OIDN_NAMESPACE_BEGIN
8
9 Subdevice::Subdevice(std::unique_ptr<Engine>&& engine)
10 : engine(std::move(engine))
11 {
12 this->engine->setSubdevice(this);
13 }
14
15 Ref<Arena> Subdevice::newScratchArena(size_t byteSize, const std::string& name)
16 {

Callers

nothing calls this directly

Calls 1

setSubdeviceMethod · 0.80

Tested by

no test coverage detected