Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
ref_ptr<dp::HWTextureAllocator> GetDefaultVulkanAllocator()
16
{
17
static dp::vulkan::VulkanTextureAllocator allocator;
18
return make_ref(&allocator);
19
}
20
21
namespace dp
22
{
Callers
1
GetDefaultAllocator
Function · 0.85
Calls
1
make_ref
Function · 0.85
Tested by
no test coverage detected