mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-30 01:17:54 +03: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.