| 100 | } |
| 101 | |
| 102 | void Batcher::InsertTriangleList(ref_ptr<GraphicsContext> context, RenderState const & state, |
| 103 | ref_ptr<AttributeProvider> params) |
| 104 | { |
| 105 | InsertTriangleList(context, state, params, nullptr); |
| 106 | } |
| 107 | |
| 108 | IndicesRange Batcher::InsertTriangleList(ref_ptr<GraphicsContext> context, RenderState const & state, |
| 109 | ref_ptr<AttributeProvider> params, drape_ptr<OverlayHandle> && handle) |
no outgoing calls