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

Method QuadsEnd

src/engine/client/graphics_threaded.cpp:757–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755}
756
757void CGraphics_Threaded::QuadsEnd()
758{
759 dbg_assert(m_Drawing == EDrawing::QUADS, "called Graphics()->QuadsEnd without begin");
760 FlushVertices();
761 m_Drawing = EDrawing::NONE;
762}
763
764void CGraphics_Threaded::QuadsTex3DBegin()
765{

Callers 15

RenderCandidatesMethod · 0.80
RenderProgressSpinnerMethod · 0.80
PopupColorPickerMethod · 0.80
RenderCursorMethod · 0.80
RenderIconMethod · 0.80
RenderTee7Method · 0.80
RenderStartMenuMethod · 0.80
OnRenderMethod · 0.80
RenderNinjaBarPosMethod · 0.80
RenderSettingsCustomMethod · 0.80
DoButton_ToggleMethod · 0.80
DoButton_MenuMethod · 0.80

Calls

no outgoing calls

Tested by 1

OnRenderMethod · 0.64