| 15958 | } |
| 15959 | |
| 15960 | VMA_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 | |
| 15968 | VMA_CALL_PRE void VMA_CALL_POST vmaGetAllocationMemoryProperties( |
| 15969 | VmaAllocator VMA_NOT_NULL allocator, |