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

Method GPUPool

devices/gpu/gpu_pool.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 {
57 public:
58 GPUPool(EngineT* engine,
59 const PoolDesc& desc)
60 : Pool(desc),
61 engine(engine) {}
62
63 Engine* getEngine() const override { return engine; }
64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected