d3d12: Fix for fragment decompiler
This commit is contained in:
@@ -70,7 +70,7 @@ std::string D3D12FragmentDecompiler::compareFunction(COMPARE f, const std::strin
|
||||
default:
|
||||
abort();
|
||||
case COMPARE::FUNCTION_SEQ:
|
||||
return "(" + Op0 + " == " + Op1 + ".xxxx";
|
||||
return "(" + Op0 + " == " + Op1 + ").xxxx";
|
||||
case COMPARE::FUNCTION_SGE:
|
||||
return "(" + Op0 + " >= " + Op1 +").xxxx";
|
||||
case COMPARE::FUNCTION_SGT:
|
||||
|
||||
Reference in New Issue
Block a user