mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
rsx: Unconditionally set MSAA flags if MSAA is active
This commit is contained in:
parent
1943d9819f
commit
78b8bd80e4
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ namespace rsx
|
||||||
ensure(write_tag);
|
ensure(write_tag);
|
||||||
last_use_tag = 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;
|
msaa_flags |= rsx::surface_state_flags::require_resolve;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue