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

Method LinesBatchEnd

src/engine/client/graphics_threaded.cpp:269–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void CGraphics_Threaded::LinesBatchEnd(CLineItemBatch *pBatch)
270{
271 if(pBatch->m_NumItems > 0)
272 {
273 LinesDraw(pBatch->m_aItems, pBatch->m_NumItems);
274 pBatch->m_NumItems = 0;
275 }
276 LinesEnd();
277}
278
279void CGraphics_Threaded::LinesBatchDraw(CLineItemBatch *pBatch, const CLineItem *pArray, size_t Num)
280{

Callers 5

DbgRenderMethod · 0.80
DoQuadEnvelopesMethod · 0.80
RenderEnvelopeEditorMethod · 0.80
OnRenderMethod · 0.80
RenderDataLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected