mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
vk: Fix surface_transform::argb_to_bgra transfers when no scaling is requested
This commit is contained in:
parent
cbce309199
commit
312bf6840e
1 changed files with 4 additions and 0 deletions
|
@ -621,6 +621,10 @@ namespace vk
|
||||||
1, new_src_aspect, tmp->info.format == _dst->info.format,
|
1, new_src_aspect, tmp->info.format == _dst->info.format,
|
||||||
VK_FILTER_NEAREST, tmp->info.format, _dst->info.format);
|
VK_FILTER_NEAREST, tmp->info.format, _dst->info.format);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_dst = tmp;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue