Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ Draw
Method
Draw
IntelPresentMon/Core/source/gfx/prim/RectPrimitive.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
RectPrimitive::~RectPrimitive() {}
22
23
void RectPrimitive::Draw(Graphics& gfx) const
24
{
25
Context(gfx).DrawGeometryRealization(pRealization.Get(), pBrush.Get());
26
}
27
}
Callers
nothing calls this directly
Calls
2
Context
Class · 0.50
Get
Method · 0.45
Tested by
no test coverage detected