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