Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ FastLineRectEmit
Method
FastLineRectEmit
IntelPresentMon/Core/source/gfx/Graphics.cpp:374–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
void Graphics::FastLineRectEmit(const Rect& rect, Color color)
375
{
376
fastRenderer->EmitLineRect(rect, color);
377
}
378
}
Callers
nothing calls this directly
Calls
1
EmitLineRect
Method · 0.80
Tested by
no test coverage detected