Vulkan: Fix blit levels/layers parameters being inverted (#3768)

This commit is contained in:
gdkchan 2022-10-18 05:13:44 -03:00 committed by GitHub
parent f5a1de6ac5
commit a6cd044f0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -515,10 +515,10 @@ namespace Ryujinx.Graphics.Vulkan
dst.Info,
srcRegion,
dstRegion,
src.FirstLevel,
dst.FirstLevel,
src.FirstLayer,
dst.FirstLayer,
src.FirstLevel,
dst.FirstLevel,
layers,
levels,
linearFilter,