Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetAlignedOffset
Method
GetAlignedOffset
libs/drape/vulkan/vulkan_object_manager.hpp:37–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
uint32_t GetAlignedOffset() const
38
{
39
ASSERT(m_allocation != nullptr, ());
40
return m_allocation->m_alignedOffset;
41
}
42
43
uint32_t GetAlignedSize() const
44
{
Callers
4
CreateBuffer
Method · 0.80
CreateImage
Method · 0.80
MapUnsafe
Method · 0.80
FlushUnsafe
Method · 0.80
Calls
1
ASSERT
Function · 0.85
Tested by
no test coverage detected