MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / vmaGetPoolName

Function vmaGetPoolName

include/vk_mem_alloc.h:15703–15715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15701}
15702
15703VMA_CALL_PRE void VMA_CALL_POST vmaGetPoolName(
15704 VmaAllocator allocator,
15705 VmaPool pool,
15706 const char** ppName)
15707{
15708 VMA_ASSERT(allocator && pool && ppName);
15709
15710 VMA_DEBUG_LOG("vmaGetPoolName");
15711
15712 VMA_DEBUG_GLOBAL_MUTEX_LOCK
15713
15714 *ppName = pool->GetName();
15715}
15716
15717VMA_CALL_PRE void VMA_CALL_POST vmaSetPoolName(
15718 VmaAllocator allocator,

Callers

nothing calls this directly

Calls 1

GetNameMethod · 0.45

Tested by

no test coverage detected