MCPcopy Create free account
hub / github.com/comaps/comaps / RenderPart

Method RenderPart

libs/drape_frontend/my_position.cpp:269–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void 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

Callers

nothing calls this directly

Calls 1

RenderMethod · 0.45

Tested by

no test coverage detected