mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
rsx/vk: Fix some problems with dynamic state updates
This commit is contained in:
parent
10b56415e8
commit
2752cd1390
4 changed files with 40 additions and 29 deletions
|
@ -2501,6 +2501,7 @@ namespace rsx
|
|||
state_signals[NV4097_SET_DEPTH_BOUNDS_MIN] = rsx::depth_bounds_state_dirty;
|
||||
state_signals[NV4097_SET_DEPTH_BOUNDS_MAX] = rsx::depth_bounds_state_dirty;
|
||||
state_signals[NV4097_SET_FRONT_FACE] = rsx::pipeline_config_dirty;
|
||||
state_signals[NV4097_SET_CULL_FACE_ENABLE] = rsx::pipeline_config_dirty;
|
||||
state_signals[NV4097_SET_ZMIN_MAX_CONTROL] = rsx::pipeline_config_dirty;
|
||||
state_signals[NV4097_SET_LOGIC_OP_ENABLE] = rsx::pipeline_config_dirty;
|
||||
state_signals[NV4097_SET_LOGIC_OP] = rsx::pipeline_config_dirty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue