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

Function vmaCreateAliasingImage

include/vk_mem_alloc.h:16623–16630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16621}
16622
16623VMA_CALL_PRE VkResult VMA_CALL_POST vmaCreateAliasingImage(
16624 VmaAllocator VMA_NOT_NULL allocator,
16625 VmaAllocation VMA_NOT_NULL allocation,
16626 const VkImageCreateInfo* VMA_NOT_NULL pImageCreateInfo,
16627 VkImage VMA_NULLABLE_NON_DISPATCHABLE* VMA_NOT_NULL pImage)
16628{
16629 return vmaCreateAliasingImage2(allocator, allocation, 0, pImageCreateInfo, pImage);
16630}
16631
16632VMA_CALL_PRE VkResult VMA_CALL_POST vmaCreateAliasingImage2(
16633 VmaAllocator VMA_NOT_NULL allocator,

Callers

nothing calls this directly

Calls 1

vmaCreateAliasingImage2Function · 0.85

Tested by

no test coverage detected