Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetAvailableSize
Method
GetAvailableSize
libs/drape/buffer_base.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
uint32_t BufferBase::GetAvailableSize() const
24
{
25
return m_capacity - m_size;
26
}
27
28
void BufferBase::Resize(uint32_t elementCount)
29
{
Callers
5
GetAvailableIndexCount
Method · 0.45
GetAvailableVertexCount
Method · 0.45
UploadIndices
Method · 0.45
MoveToGPU
Method · 0.45
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.36