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