MCPcopy 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

CreateBufferMethod · 0.80
CreateImageMethod · 0.80
MapUnsafeMethod · 0.80
FlushUnsafeMethod · 0.80

Calls 1

ASSERTFunction · 0.85

Tested by

no test coverage detected