| 136 | } |
| 137 | |
| 138 | void Batcher::InsertListOfStrip(ref_ptr<GraphicsContext> context, RenderState const & state, |
| 139 | ref_ptr<AttributeProvider> params, uint8_t vertexStride) |
| 140 | { |
| 141 | InsertListOfStrip(context, state, params, nullptr, vertexStride); |
| 142 | } |
| 143 | |
| 144 | IndicesRange Batcher::InsertListOfStrip(ref_ptr<GraphicsContext> context, RenderState const & state, |
| 145 | ref_ptr<AttributeProvider> params, drape_ptr<OverlayHandle> && handle, |
no outgoing calls