mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
vk: Force resolve explicitly for transfer operations
This commit is contained in:
parent
98cee991ef
commit
ffa841e7c1
1 changed files with 1 additions and 1 deletions
|
@ -910,7 +910,7 @@ namespace vk
|
|||
|
||||
if (msaa_flags & rsx::surface_state_flags::require_resolve)
|
||||
{
|
||||
if (access.is_transfer() && access.is_read())
|
||||
if (access.is_transfer())
|
||||
{
|
||||
// Only do this step when read access is required
|
||||
get_resolve_target_safe(cmd);
|
||||
|
|
Loading…
Add table
Reference in a new issue