MCPcopy 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
23uint32_t BufferBase::GetAvailableSize() const
24{
25 return m_capacity - m_size;
26}
27
28void BufferBase::Resize(uint32_t elementCount)
29{

Callers 5

UploadIndicesMethod · 0.45
MoveToGPUMethod · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36