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

Method Build

libs/drape_frontend/gui/shape.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void ShapeRenderer::Build(ref_ptr<dp::GraphicsContext> context, ref_ptr<gpu::ProgramManager> mng)
93{
94 ForEachShapeInfo([context, mng](ShapeControl::ShapeInfo & info) mutable
95 { info.m_buffer->Build(context, mng->GetProgram(info.m_state.GetProgram<gpu::Program>())); });
96}
97
98void ShapeRenderer::Render(ref_ptr<dp::GraphicsContext> context, ref_ptr<gpu::ProgramManager> mng,
99 ScreenBase const & screen)

Callers 12

PrepareRenderDataMethod · 0.45
AddRenderDataMethod · 0.45
ApplyMethod · 0.45
AcceptMessageMethod · 0.45
AddRenderPropertiesMethod · 0.45
CreateMeshFunction · 0.45
AcceptMessageMethod · 0.45
PrepareBucketMethod · 0.45
AddRenderDataMethod · 0.45
RenderMethod · 0.45
BuildBucketsFunction · 0.45
AddPreviewRenderDataMethod · 0.45

Calls 1

GetProgramMethod · 0.45

Tested by

no test coverage detected