MCPcopy Create free account
hub / github.com/ddnet/ddnet / TrianglesEnd

Method TrianglesEnd

src/engine/client/graphics_threaded.cpp:786–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void CGraphics_Threaded::TrianglesEnd()
787{
788 dbg_assert(m_Drawing == EDrawing::TRIANGLES, "called Graphics()->TrianglesEnd without begin");
789 FlushVertices();
790 m_Drawing = EDrawing::NONE;
791}
792
793void CGraphics_Threaded::QuadsEndKeepVertices()
794{

Callers 2

RenderHslaScrollbarsMethod · 0.80
ForceRenderQuadsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected