mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
softgpu: Include early Z in func description.
This commit is contained in:
parent
151727ee01
commit
1f6870798b
1 changed files with 2 additions and 0 deletions
|
@ -279,6 +279,8 @@ std::string DescribePixelFuncID(const PixelFuncID &id) {
|
|||
desc = "INVALID:" + desc;
|
||||
}
|
||||
|
||||
if (id.earlyZChecks)
|
||||
desc += "ZEarly:";
|
||||
if (id.DepthTestFunc() != GE_COMP_ALWAYS) {
|
||||
if (id.clearMode)
|
||||
desc = "INVALID:" + desc;
|
||||
|
|
Loading…
Add table
Reference in a new issue