| 19 | } |
| 20 | |
| 21 | void OverlayBatcher::Batch(ref_ptr<dp::GraphicsContext> context, drape_ptr<MapShape> const & shape, |
| 22 | ref_ptr<dp::TextureManager> texMng) |
| 23 | { |
| 24 | m_batcher.SetFeatureMinZoom(shape->GetFeatureMinZoom()); |
| 25 | shape->Draw(context, make_ref(&m_batcher), texMng); |
| 26 | } |
| 27 | |
| 28 | void OverlayBatcher::Finish(ref_ptr<dp::GraphicsContext> context, TOverlaysRenderData & data) |
| 29 | { |
no test coverage detected