Function VkDeviceCmds.CmdCopyBufferToImage
Commands for VK_VERSION_1_0
void CmdCopyBufferToImage
(
VkCommandBuffer_T* commandBuffer,
VkBuffer_T* srcBuffer,
VkImage_T* dstImage,
VkImageLayout dstImageLayout,
uint regionCount,
const(VkBufferImageCopy)* pRegions
);