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

Function vmaBindImageMemory

include/vk_mem_alloc.h:16811–16823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16809}
16810
16811VMA_CALL_PRE VkResult VMA_CALL_POST vmaBindImageMemory(
16812 VmaAllocator allocator,
16813 VmaAllocation allocation,
16814 VkImage image)
16815{
16816 VMA_ASSERT(allocator && allocation && image);
16817
16818 VMA_DEBUG_LOG("vmaBindImageMemory");
16819
16820 VMA_DEBUG_GLOBAL_MUTEX_LOCK
16821
16822 return allocator->BindImageMemory(allocation, 0, image, VMA_NULL);
16823}
16824
16825VMA_CALL_PRE VkResult VMA_CALL_POST vmaBindImageMemory2(
16826 VmaAllocator allocator,

Callers 4

TestAliasingFunction · 0.85
TestAllocationAliasingFunction · 0.85

Calls

no outgoing calls

Tested by 4

TestAliasingFunction · 0.68
TestAllocationAliasingFunction · 0.68