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

Method Reset

libs/drape/mesh_object.cpp:198–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void MeshObject::Reset()
199{
200 CHECK(m_impl != nullptr, ());
201 m_impl->Reset();
202
203 m_initialized = false;
204}
205
206void MeshObject::Build(ref_ptr<dp::GraphicsContext> context, ref_ptr<dp::GpuProgram> program)
207{

Callers 1

UpdateDynamicTexturesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected