| void Spices::VulkanImage::CopyMemoryToImageHost | ( | const std::vector< VkMemoryToImageCopyEXT > & | copies | ) | const |
Copy the Memory's data to this VkImage. Used to create image data (include mipmaps), which owns a compressed format.
| [in] | copies | The copy information. |
Issue the copy.
Issue the copy.
Definition at line 388 of file VulkanImage.cpp.