mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-22 21:01:14 +01:00
bd6cd0056c
Only copying a single aspect was supported by `CopyIntoStagingBuffer` earlier due to not supplying a `VkBufferImageCopy` for each aspect separately, this has now been done with Color/Depth/Stencil aspects having their own `VkBufferImageCopy` for the `VkCmdCopyImageToBuffer` command.