MCPcopy 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
50class VulkanObjectManager

Callers 4

ApplyBytesMethod · 0.80
ReserveMethod · 0.80
MapUnsafeMethod · 0.80
FlushUnsafeMethod · 0.80

Calls 1

ASSERTFunction · 0.85

Tested by

no test coverage detected