MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / FastLineAdd

Method FastLineAdd

IntelPresentMon/Core/source/gfx/Graphics.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 }
291
292 void Graphics::FastLineAdd(Vec2 pos)
293 {
294 fastRenderer->AddVertex(pos);
295 }
296
297 void Graphics::FastLineEnd(Vec2 pos)
298 {

Callers 1

Draw_Method · 0.80

Calls 1

AddVertexMethod · 0.80

Tested by

no test coverage detected