rsx: Fix NOP shader passing

- NOP shaders are used to stub rendering when a pass is supposed to be disabled
This commit is contained in:
kd-11 2020-05-10 20:14:58 +03:00 committed by kd-11
parent bd61347b21
commit 79e2a87bc5
2 changed files with 7 additions and 1 deletions

View file

@ -53,6 +53,7 @@ namespace program_hash_util
bool has_pack_instructions;
bool has_branch_instructions;
bool is_nop_shader; // Does this affect Z-pass testing???
};
/**