1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-26 04:32:35 +01:00

vk: Fix surface_transform::argb_to_bgra transfers when no scaling is requested

This commit is contained in:
kd-11 2019-09-07 18:32:15 +03:00 committed by kd-11
parent cbce309199
commit 312bf6840e

View File

@ -621,6 +621,10 @@ namespace vk
1, new_src_aspect, tmp->info.format == _dst->info.format,
VK_FILTER_NEAREST, tmp->info.format, _dst->info.format);
}
else
{
_dst = tmp;
}
}
else
{