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

Method InsertTriangleStrip

libs/drape/batcher.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void Batcher::InsertTriangleStrip(ref_ptr<GraphicsContext> context, RenderState const & state,
115 ref_ptr<AttributeProvider> params)
116{
117 InsertTriangleStrip(context, state, params, nullptr);
118}
119
120IndicesRange Batcher::InsertTriangleStrip(ref_ptr<GraphicsContext> context, RenderState const & state,
121 ref_ptr<AttributeProvider> params, drape_ptr<OverlayHandle> && handle)

Callers 7

SolidBatchFunction · 0.80
MaskedBatchFunction · 0.80
CacheSymbolMethod · 0.80
DrawRulerMethod · 0.80
DrawMethod · 0.80
DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected