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

Method QuadContainerAddSprite

src/engine/client/graphics_threaded_sprites.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76int CGraphics_Threaded::QuadContainerAddSprite(int QuadContainerIndex, float x, float y, float Size)
77{
78 IGraphics::CQuadItem QuadItem(x, y, Size, Size);
79 return QuadContainerAddQuads(QuadContainerIndex, &QuadItem, 1);
80}
81
82int CGraphics_Threaded::QuadContainerAddSprite(int QuadContainerIndex, float Size)
83{

Callers 10

InitMethod · 0.80
OnInitMethod · 0.80
OnInitMethod · 0.80
OnInitMethod · 0.80
OnInitMethod · 0.80
OnInitMethod · 0.80
OnInitMethod · 0.80
OnInitMethod · 0.80
OnInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected