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

Function GetDefaultVulkanAllocator

libs/drape/vulkan/vulkan_texture.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15ref_ptr<dp::HWTextureAllocator> GetDefaultVulkanAllocator()
16{
17 static dp::vulkan::VulkanTextureAllocator allocator;
18 return make_ref(&allocator);
19}
20
21namespace dp
22{

Callers 1

GetDefaultAllocatorFunction · 0.85

Calls 1

make_refFunction · 0.85

Tested by

no test coverage detected