Function VkDeviceCmds.CmdCopyImage
Commands for VK_VERSION_1_0
void CmdCopyImage
(
VkCommandBuffer_T* commandBuffer,
VkImage_T* srcImage,
VkImageLayout srcImageLayout,
VkImage_T* dstImage,
VkImageLayout dstImageLayout,
uint regionCount,
const(VkImageCopy)* pRegions
);