| 208 | }; |
| 209 | |
| 210 | template <typename T> Engine<T>::Engine(const Options &options) : m_options(options) {} |
| 211 | |
| 212 | template <typename T> Engine<T>::~Engine() { clearGpuBuffers(); } |
| 213 |
nothing calls this directly
no outgoing calls
no test coverage detected