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