mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-12 16:19:44 -06:00
rsx: Typo fix for pipeline reload hint
- Fragment state just reloads some constant buffers. - Fragment program state recalculates the program. - This is overkill for a variant reload, but that can be optimized later.
This commit is contained in:
parent
5c824dffbb
commit
82348c7758
@ -2099,7 +2099,7 @@ namespace rsx
|
||||
current_fragment_program.ctrl |= export_ctrl;
|
||||
|
||||
// Signal backend to reload pipeline
|
||||
m_graphics_state.set(rsx::pipeline_state::fragment_state_dirty);
|
||||
m_graphics_state.set(rsx::pipeline_state::fragment_program_state_dirty);
|
||||
}
|
||||
|
||||
prefetch_vertex_program();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user