mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-30 21:32:50 +00:00
vk: Force resolve explicitly for transfer operations
This commit is contained in:
parent
98cee991ef
commit
ffa841e7c1
@ -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…
x
Reference in New Issue
Block a user