rsx: Unconditionally set MSAA flags if MSAA is active

This commit is contained in:
kd-11 2022-03-11 00:01:36 +03:00 committed by kd-11
parent 1943d9819f
commit 78b8bd80e4
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ namespace rsx
ensure(write_tag);
last_use_tag = write_tag;
if (resolve_surface)
if (spp > 1 && sample_layout != surface_sample_layout::null)
{
msaa_flags |= rsx::surface_state_flags::require_resolve;
}