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

Method Draw

IntelPresentMon/Core/source/gfx/prim/RectBorderPrimitive.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 RectBorderPrimitive::~RectBorderPrimitive() {}
32
33 void RectBorderPrimitive::Draw(Graphics& gfx) const
34 {
35 Context(gfx).DrawGeometryRealization(pRealization.Get(), pBrush.Get());
36 }
37}

Callers

nothing calls this directly

Calls 2

ContextClass · 0.50
GetMethod · 0.45

Tested by

no test coverage detected