VkImageCopy
VkImageCopy is a structure used in the Vulkan graphics API to define a region within an image for operations such as copying, blitting, or resolving. It is part of the command buffer recording process, specifically when issuing commands that transfer image data between different images or subresources.
The VkImageCopy structure contains two key members: srcSubresource and dstSubresource. These members specify the source and
When using VkImageCopy, it's crucial to ensure that the source and destination images are compatible in terms