Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetIndexes
Method
GetIndexes
libs/drape/index_buffer_mutator.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void const * IndexBufferMutator::GetIndexes() const
24
{
25
return m_buffer.GetRawConst();
26
}
27
28
uint32_t IndexBufferMutator::GetIndexCount() const
29
{
Callers
1
ApplyMutation
Method · 0.80
Calls
1
GetRawConst
Method · 0.80
Tested by
no test coverage detected