MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator / vmaGetPoolName

Function vmaGetPoolName

include/vk_mem_alloc.h:16247–16259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16245}
16246
16247VMA_CALL_PRE void VMA_CALL_POST vmaGetPoolName(
16248 VmaAllocator allocator,
16249 VmaPool pool,
16250 const char** ppName)
16251{
16252 VMA_ASSERT(allocator && pool && ppName);
16253
16254 VMA_DEBUG_LOG("vmaGetPoolName");
16255
16256 VMA_DEBUG_GLOBAL_MUTEX_LOCK
16257
16258 *ppName = pool->GetName();
16259}
16260
16261VMA_CALL_PRE void VMA_CALL_POST vmaSetPoolName(
16262 VmaAllocator allocator,

Callers 1

TestPool_SameSizeFunction · 0.85

Calls 1

GetNameMethod · 0.45

Tested by 1

TestPool_SameSizeFunction · 0.68