MCPcopy 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
23void const * IndexBufferMutator::GetIndexes() const
24{
25 return m_buffer.GetRawConst();
26}
27
28uint32_t IndexBufferMutator::GetIndexCount() const
29{

Callers 1

ApplyMutationMethod · 0.80

Calls 1

GetRawConstMethod · 0.80

Tested by

no test coverage detected