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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user