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

Function engine

core/arena.cpp:8–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "engine.h"
7
8OIDN_NAMESPACE_BEGIN
9
10 // -----------------------------------------------------------------------------------------------
11 // ScratchArenaManager
12 // -----------------------------------------------------------------------------------------------
13
14 ScratchArenaManager::ScratchArenaManager(Engine* engine)
15 : engine(engine)
16 {}
17
18 void ScratchArenaManager::trim()
19 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected