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

Method GPUInputProcess

devices/gpu/gpu_input_process.h:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 {
184 public:
185 GPUInputProcess(EngineT* engine, const InputProcessDesc& desc)
186 : InputProcess(engine, desc),
187 engine(engine) {}
188
189 Engine* getEngine() const override { return engine; }
190

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected