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

Method QuadsBegin

src/engine/client/graphics_threaded.cpp:747–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

745}
746
747void CGraphics_Threaded::QuadsBegin()
748{
749 dbg_assert(m_Drawing == EDrawing::NONE, "called Graphics()->QuadsBegin twice");
750 m_Drawing = EDrawing::QUADS;
751
752 QuadsSetSubset(0, 0, 1, 1);
753 QuadsSetRotation(0);
754 SetColor(1, 1, 1, 1);
755}
756
757void CGraphics_Threaded::QuadsEnd()
758{

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