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

Function vmaUnmapMemory

include/vk_mem_alloc.h:16573–16582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16571}
16572
16573VMA_CALL_PRE void VMA_CALL_POST vmaUnmapMemory(
16574 VmaAllocator allocator,
16575 VmaAllocation allocation)
16576{
16577 VMA_ASSERT(allocator && allocation);
16578
16579 VMA_DEBUG_GLOBAL_MUTEX_LOCK
16580
16581 allocator->Unmap(allocation);
16582}
16583
16584VMA_CALL_PRE VkResult VMA_CALL_POST vmaFlushAllocation(
16585 VmaAllocator allocator,

Callers 9

CreateBufferFunction · 0.85
CreateAllocationFunction · 0.85
ValidateAllocationDataFunction · 0.85
TestMappingFunction · 0.85
TestMappingMultithreadedFunction · 0.85
TestMappingHysteresisFunction · 0.85

Calls

no outgoing calls

Tested by 9

CreateBufferFunction · 0.68
CreateAllocationFunction · 0.68
ValidateAllocationDataFunction · 0.68
TestMappingFunction · 0.68
TestMappingMultithreadedFunction · 0.68
TestMappingHysteresisFunction · 0.68