softgpu: Include early Z in func description.

This commit is contained in:
Unknown W. Brackets 2022-09-11 21:57:22 -07:00
parent 151727ee01
commit 1f6870798b

View file

@ -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;