| 267 | } |
| 268 | |
| 269 | void MyPosition::RenderPart(ref_ptr<dp::GraphicsContext> context, ref_ptr<gpu::ProgramManager> mng, |
| 270 | gpu::ShapesProgramParams const & params, EMyPositionPart part) |
| 271 | { |
| 272 | TPart const & p = m_parts[part]; |
| 273 | m_nodes[p.second].Render(context, mng, params, p.first); |
| 274 | } |
| 275 | } // namespace df |