Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetAlignedSize
Method
GetAlignedSize
libs/drape/vulkan/vulkan_object_manager.hpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
uint32_t GetAlignedSize() const
44
{
45
ASSERT(m_allocation != nullptr, ());
46
return m_allocation->m_alignedSize;
47
}
48
};
49
50
class VulkanObjectManager
Callers
4
ApplyBytes
Method · 0.80
Reserve
Method · 0.80
MapUnsafe
Method · 0.80
FlushUnsafe
Method · 0.80
Calls
1
ASSERT
Function · 0.85
Tested by
no test coverage detected