mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12: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 (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
|
// Only do this step when read access is required
|
||||||
get_resolve_target_safe(cmd);
|
get_resolve_target_safe(cmd);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue