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

Method FastLineRectTopEmit

IntelPresentMon/Core/source/gfx/Graphics.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 }
321
322 void Graphics::FastLineRectTopEmit(const Rect& rect, Color color)
323 {
324 fastRenderer->EmitLineRectTop(rect, color);
325 }
326
327 void Graphics::FreeBackbufferDependentResources_()
328 {

Callers 1

Draw_Method · 0.80

Calls 1

EmitLineRectTopMethod · 0.80

Tested by

no test coverage detected