Support safe blit on non-2D textures (#4374)

* Support safe blit on non-2D textures (except multisample)

* Change safe blit with different levels and layers to match CmdBlitImage path

* Remove now unused variables

* Multisample safe blit support
This commit is contained in:
gdkchan 2023-02-07 13:55:59 -03:00 committed by GitHub
parent cb250162cb
commit f8beeeb7d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 436 additions and 74 deletions

View file

@ -342,7 +342,9 @@ namespace Ryujinx.Graphics.Vulkan
_swapchainImageViews[nextImage],
_width,
_height,
1,
_format,
false,
new Extents2D(srcX0, srcY0, srcX1, srcY1),
new Extents2D(dstX0, dstY1, dstX1, dstY0),
true,