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

Method Render

libs/drape_frontend/render_node.hpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 template <typename ParamsType>
24 void Render(ref_ptr<dp::GraphicsContext> context, ref_ptr<gpu::ProgramManager> mng, ParamsType const & params,
25 dp::IndicesRange const & range)
26 {
27 Apply(context, mng, params);
28 m_buffer->RenderRange(context, m_state.GetDrawAsLine(), range);
29 }
30
31 template <typename ParamsType>
32 void Render(ref_ptr<dp::GraphicsContext> context, ref_ptr<gpu::ProgramManager> mng, ParamsType const & params)

Callers

nothing calls this directly

Calls 3

ApplyFunction · 0.85
GetDrawAsLineMethod · 0.80
RenderRangeMethod · 0.45

Tested by

no test coverage detected