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

Method FastLineBatchStart

IntelPresentMon/Core/source/gfx/Graphics.cpp:260–269  ·  view source on GitHub ↗

fastdraw interface

Source from the content-addressed store, hash-verified

258
259 // fastdraw interface
260 void Graphics::FastLineBatchStart(const RectI& clip, bool aa)
261 {
262#ifdef _DEBUG
263 if (!Rect{ {}, dims }.Contains(clip))
264 {
265 pmlog_warn("scissor rect outside window");
266 }
267#endif
268 fastRenderer->StartLineBatch(clip, aa);
269 }
270
271 void Graphics::FastTriangleBatchStart(const RectI& clip)
272 {

Callers 3

Draw_Method · 0.80
Draw_Method · 0.80
DrawGridMethod · 0.80

Calls 2

ContainsMethod · 0.80
StartLineBatchMethod · 0.80

Tested by

no test coverage detected