Skip to content

Commit

Permalink
softgpu: Include early Z in func description.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Sep 12, 2022
1 parent 151727e commit 1f68707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GPU/Software/FuncId.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 1f68707

Please sign in to comment.