mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
rsx: Pass on shader flags to the cache
This commit is contained in:
parent
ab3c8268f0
commit
e3b23822fd
7 changed files with 42 additions and 21 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue