Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ FastRectEmit
Method
FastRectEmit
IntelPresentMon/Core/source/gfx/Graphics.cpp:317–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
void Graphics::FastRectEmit(const Rect& rect, Color color)
318
{
319
fastRenderer->EmitRect(rect, color);
320
}
321
322
void Graphics::FastLineRectTopEmit(const Rect& rect, Color color)
323
{
Callers
1
Draw_
Method · 0.80
Calls
1
EmitRect
Method · 0.80
Tested by
no test coverage detected