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

Function vmaSetAllocationName

include/vk_mem_alloc.h:15960–15966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15958}
15959
15960VMA_CALL_PRE void VMA_CALL_POST vmaSetAllocationName(
15961 VmaAllocator VMA_NOT_NULL allocator,
15962 VmaAllocation VMA_NOT_NULL allocation,
15963 const char* VMA_NULLABLE pName)
15964{
15965 allocation->SetName(allocator, pName);
15966}
15967
15968VMA_CALL_PRE void VMA_CALL_POST vmaGetAllocationMemoryProperties(
15969 VmaAllocator VMA_NOT_NULL allocator,

Callers

nothing calls this directly

Calls 1

SetNameMethod · 0.80

Tested by

no test coverage detected