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

Method GetAvailableIndexCount

libs/drape/vertex_array_buffer.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291uint32_t VertexArrayBuffer::GetAvailableIndexCount() const
292{
293 return GetIndexBuffer()->GetAvailableSize();
294}
295
296uint32_t VertexArrayBuffer::GetAvailableVertexCount() const
297{

Callers

nothing calls this directly

Calls 1

GetAvailableSizeMethod · 0.45

Tested by

no test coverage detected