| 213 | } |
| 214 | |
| 215 | void TearDown() override |
| 216 | { |
| 217 | dmRender::DeleteRenderContext(m_Context, 0); |
| 218 | dmRender::DeleteFontMap(m_SystemFontMap); |
| 219 | |
| 220 | DestroyGlyphBank(m_GlyphBank); |
| 221 | FontDestroy(m_Font); |
| 222 | |
| 223 | dmGraphics::CloseWindow(m_GraphicsContext); |
| 224 | dmGraphics::DeleteContext(m_GraphicsContext); |
| 225 | dmScript::DeleteContext(m_ScriptContext); |
| 226 | |
| 227 | dmPlatform::CloseWindow(m_Window); |
| 228 | dmPlatform::DeleteWindow(m_Window); |
| 229 | } |
| 230 | }; |
| 231 | |
| 232 | TEST_F(dmRenderTest, TestFontMapTextureFiltering) |
nothing calls this directly
no test coverage detected