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

Method InsertLineStrip

libs/drape/batcher.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void Batcher::InsertLineStrip(ref_ptr<GraphicsContext> context, RenderState const & state,
152 ref_ptr<AttributeProvider> params)
153{
154 InsertLineStrip(context, state, params, nullptr);
155}
156
157IndicesRange Batcher::InsertLineStrip(ref_ptr<GraphicsContext> context, RenderState const & state,
158 ref_ptr<AttributeProvider> params, drape_ptr<OverlayHandle> && handle)

Callers 2

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected