| 123 | } |
| 124 | |
| 125 | void TearDown() override |
| 126 | { |
| 127 | if (m_JobContext) |
| 128 | JobSystemDestroy(m_JobContext); |
| 129 | dmGraphics::CloseWindow(m_Context); |
| 130 | dmGraphics::DeleteContext(m_Context); |
| 131 | dmPlatform::DeleteWindow(m_Window); |
| 132 | } |
| 133 | }; |
| 134 | |
| 135 | class dmGraphicsTest : public dmGraphicsTestT<true> |
nothing calls this directly
no test coverage detected