MCPcopy Create free account
hub / github.com/defold/defold / TearDown

Method TearDown

engine/graphics/src/test/test_graphics.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
135class dmGraphicsTest : public dmGraphicsTestT<true>

Callers

nothing calls this directly

Calls 4

JobSystemDestroyFunction · 0.85
CloseWindowFunction · 0.50
DeleteContextFunction · 0.50
DeleteWindowFunction · 0.50

Tested by

no test coverage detected