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

Method FastPeakAdd

IntelPresentMon/Core/source/gfx/Graphics.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 }
306
307 void Graphics::FastPeakAdd(Vec2 top, Vec2 bottom)
308 {
309 fastRenderer->AddPeakChain(top, bottom);
310 }
311
312 void Graphics::FastPeakEnd(Vec2 top, Vec2 bottom)
313 {

Callers 1

Draw_Method · 0.80

Calls 1

AddPeakChainMethod · 0.80

Tested by

no test coverage detected