mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
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:
parent
bd61347b21
commit
79e2a87bc5
2 changed files with 7 additions and 1 deletions
|
|
@ -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???
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue