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

Method UpdateImpl

libs/drape/mesh_object.cpp:296–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void MeshObject::UpdateImpl(ref_ptr<dp::GraphicsContext> context, uint32_t bufferInd)
297{
298 CHECK(m_impl != nullptr, ());
299 m_impl->UpdateBuffer(context, bufferInd);
300}
301
302// static
303std::vector<float> MeshObject::GenerateNormalsForTriangles(std::vector<float> const & vertices, size_t componentsCount)

Callers

nothing calls this directly

Calls 1

UpdateBufferMethod · 0.45

Tested by

no test coverage detected