MCPcopy Create free account
hub / github.com/comaps/comaps / GetObjectManager

Method GetObjectManager

libs/drape/vulkan/vulkan_base_context.hpp:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 uint32_t GetRenderingQueueFamilyIndex() { return m_renderingQueueFamilyIndex; }
92
93 ref_ptr<VulkanObjectManager> GetObjectManager() const { return m_objectManager; }
94
95 // The following methods return short-live objects. Typically they must not be stored.
96 VkCommandBuffer GetCurrentMemoryCommandBuffer() const;

Callers 5

CreateMethod · 0.80
CreateImplForVulkanMethod · 0.80
ResizeMethod · 0.80
InitForVulkanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected