| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected