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

Method RenderQuadContainer

src/engine/client/graphics_threaded.cpp:1668–1671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1666}
1667
1668void CGraphics_Threaded::RenderQuadContainer(int ContainerIndex, int QuadDrawNum)
1669{
1670 RenderQuadContainer(ContainerIndex, 0, QuadDrawNum);
1671}
1672
1673void CGraphics_Threaded::RenderQuadContainer(int ContainerIndex, int QuadOffset, int QuadDrawNum, bool ChangeWrapMode)
1674{

Callers 5

DoButton_MenuMethod · 0.80
RenderScoreHudMethod · 0.80
RenderPlayerStateMethod · 0.80
OnRenderMethod · 0.80

Calls 2

mem_copyFunction · 0.85
AddRenderCallsMethod · 0.80

Tested by

no test coverage detected