mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
rsx: Fix cache invalidation when instancing state changes
This commit is contained in:
parent
f9a72e8d75
commit
3d3fc2f3cd
1 changed files with 3 additions and 0 deletions
|
@ -2005,6 +2005,9 @@ namespace rsx
|
|||
}
|
||||
|
||||
m_graphics_state.clear(rsx::pipeline_state::xform_instancing_state_dirty);
|
||||
|
||||
// Emit invalidate here in case ucode is actually clean
|
||||
m_program_cache_hint.invalidate_vertex_program(current_vertex_program);
|
||||
}
|
||||
|
||||
if (!m_graphics_state.test(rsx::pipeline_state::vertex_program_dirty))
|
||||
|
|
Loading…
Add table
Reference in a new issue