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

Method InitForVulkan

libs/drape/vulkan/vulkan_mesh_object_impl.cpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249} // namespace vulkan
250
251void MeshObject::InitForVulkan(ref_ptr<dp::GraphicsContext> context)
252{
253 ref_ptr<dp::vulkan::VulkanBaseContext> vulkanContext = context;
254 m_impl = make_unique_dp<vulkan::VulkanMeshObjectImpl>(vulkanContext->GetObjectManager(), make_ref(this));
255}
256} // namespace dp

Callers

nothing calls this directly

Calls 2

make_refFunction · 0.85
GetObjectManagerMethod · 0.80

Tested by

no test coverage detected