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

Method IndicesNumRequiredNotify

src/engine/client/graphics_threaded.cpp:2181–2186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2179}
2180
2181void CGraphics_Threaded::IndicesNumRequiredNotify(unsigned int RequiredIndicesCount)
2182{
2183 CCommandBuffer::SCommand_IndicesRequiredNumNotify Cmd;
2184 Cmd.m_RequiredIndicesNum = RequiredIndicesCount;
2185 AddCmd(Cmd);
2186}
2187
2188int CGraphics_Threaded::IssueInit()
2189{

Callers 4

UploadTileDataMethod · 0.80
InitMethod · 0.80
AppendTextContainerMethod · 0.80
UploadTextContainerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected