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

Method IndexBufferMutator

libs/drape/index_buffer_mutator.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace dp
7{
8IndexBufferMutator::IndexBufferMutator(uint32_t baseSize)
9{
10 m_buffer.Resize(baseSize);
11}
12
13void IndexBufferMutator::AppendIndexes(void const * indexes, uint32_t count)
14{

Callers

nothing calls this directly

Calls 1

ResizeMethod · 0.45

Tested by

no test coverage detected