| 210 | template <typename T> Engine<T>::Engine(const Options &options) : m_options(options) {} |
| 211 | |
| 212 | template <typename T> Engine<T>::~Engine() { clearGpuBuffers(); } |
| 213 | |
| 214 | template <typename T> void Engine<T>::clearGpuBuffers() { |
| 215 | if (!m_buffers.empty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected