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

Method GPUOutputProcess

devices/gpu/gpu_output_process.h:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 {
81 public:
82 GPUOutputProcess(EngineT* engine, const OutputProcessDesc& desc)
83 : OutputProcess(desc),
84 engine(engine) {}
85
86 Engine* getEngine() const override { return engine; }
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected