1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[vkBindImageMemory2,vkBindImageMemory2]]
3[source,c++]
4----
5VkResult vkBindImageMemory2(
6 VkDevice device,
7 uint32_t bindInfoCount,
8 const VkBindImageMemoryInfo* pBindInfos);
9----
10