Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
namespace dp
7
{
8
IndexBufferMutator::IndexBufferMutator(uint32_t baseSize)
9
{
10
m_buffer.Resize(baseSize);
11
}
12
13
void IndexBufferMutator::AppendIndexes(void const * indexes, uint32_t count)
14
{
Callers
nothing calls this directly
Calls
1
Resize
Method · 0.45
Tested by
no test coverage detected