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

Method QuadsDrawTL

src/engine/client/graphics_threaded.cpp:919–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917}
918
919void CGraphics_Threaded::QuadsDrawTL(const CQuadItem *pArray, int Num)
920{
921 QuadsDrawTLImpl(m_aVertices, pArray, Num);
922}
923
924void CGraphics_Threaded::QuadsTex3DDrawTL(const CQuadItem *pArray, int Num)
925{

Callers 15

RenderCandidatesMethod · 0.80
RenderCursorMethod · 0.80
RenderIconMethod · 0.80
RenderStartMenuMethod · 0.80
RenderNinjaBarPosMethod · 0.80
RenderSettingsCustomMethod · 0.80
DoButton_ToggleMethod · 0.80
DoButton_MenuMethod · 0.80
RenderThemeSelectionMethod · 0.80
RenderBackgroundMethod · 0.80
RenderSettingsTeeMethod · 0.80

Calls

no outgoing calls

Tested by 1

OnRenderMethod · 0.64