MCPcopy Create free account
hub / github.com/carbonengine/trinity / Clear

Method Clear

trinity/RenderJob/TriStepRenderDebug.cpp:231–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void TriStepRenderDebug::Clear()
232{
233 m_curData = m_data;
234 m_numPrimitives = 0;
235 m_lineSet->Clear();
236 m_textRenderer->Clear();
237 m_projectedText.clear();
238}

Callers 7

ExecuteMethod · 0.45
ClearIfFailMethod · 0.45
ExecuteMethod · 0.45
ExecuteMethod · 0.45
ClearOnFailureMethod · 0.45
BeginSceneUpdateMethod · 0.45
EndSceneUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected