rsx: Pass on shader flags to the cache

This commit is contained in:
kd-11 2022-12-05 01:33:02 +03:00 committed by kd-11
parent ab3c8268f0
commit e3b23822fd
7 changed files with 42 additions and 21 deletions

View file

@ -607,6 +607,13 @@ namespace rsx
}
}
if (!backend_config.supports_normalized_barycentrics)
{
// TODO
// Store a global flag to track raster mode between polygon and non-polygon
// Check if flag changed. If state is the same, ignore.
}
in_begin_end = true;
}