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

Function RectToRectI

IntelPresentMon/Core/source/win/Window.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 gfx::RectI RectToRectI(const RECT& r)
206 {
207 return { r.left, r.top, r.right, r.bottom };
208 }
209}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected