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

Function IsEnoughMemory

libs/drape/batcher_helpers.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool IsEnoughMemory(uint32_t avVertex, uint32_t existVertex, uint32_t avIndex, uint32_t existIndex)
26{
27 return avVertex >= existVertex && avIndex >= existIndex;
28}
29
30template <typename TGenerator>
31void GenerateIndices(void * indexStorage, uint32_t count, uint32_t startIndex)

Callers 1

BatchDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected