MCPcopy Create free account
hub / github.com/comaps/comaps / InsertTriangleList

Method InsertTriangleList

libs/drape/batcher.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void Batcher::InsertTriangleList(ref_ptr<GraphicsContext> context, RenderState const & state,
103 ref_ptr<AttributeProvider> params)
104{
105 InsertTriangleList(context, state, params, nullptr);
106}
107
108IndicesRange Batcher::InsertTriangleList(ref_ptr<GraphicsContext> context, RenderState const & state,
109 ref_ptr<AttributeProvider> params, drape_ptr<OverlayHandle> && handle)

Callers 15

UNIT_TESTFunction · 0.80
GenerateLineCapsFunction · 0.80
GenerateMarkerMethod · 0.80
GenerateLineMethod · 0.80
CacheMarkersMethod · 0.80
BatchGeometryMethod · 0.80
DrawMethod · 0.80
CacheAccuracySectorMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64