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

Method SetIndexBuffer

libs/drape/mesh_object.cpp:227–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227void MeshObject::SetIndexBuffer(std::vector<uint16_t> && indices)
228{
229 m_indices = std::move(indices);
230 Reset();
231}
232
233void MeshObject::UpdateIndexBuffer(ref_ptr<dp::GraphicsContext> context, std::vector<uint16_t> const & indices)
234{

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected