1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkCmdCopyImage,vkCmdCopyImage]] 3[source,c++] 4---- 5void vkCmdCopyImage( 6 VkCommandBuffer commandBuffer, 7 VkImage srcImage, 8 VkImageLayout srcImageLayout, 9 VkImage dstImage, 10 VkImageLayout dstImageLayout, 11 uint32_t regionCount, 12 const VkImageCopy* pRegions); 13---- 14