| 52 | } |
| 53 | |
| 54 | OPENPGL_INLINE Device::~Device() |
| 55 | { |
| 56 | OPENPGL_ASSERT(m_deviceHandle); |
| 57 | pglReleaseDevice(m_deviceHandle); |
| 58 | m_deviceHandle = nullptr; |
| 59 | } |
| 60 | |
| 61 | } // namespace cpp |
| 62 | } // namespace openpgl |
nothing calls this directly
no test coverage detected