Handle register name for stencil ref output in DXBC bytecode

This commit is contained in:
baldurk
2020-06-18 17:22:43 +01:00
parent b4ae6c4b10
commit ba8b49e4d8
@@ -1253,6 +1253,8 @@ rdcstr Operand::toString(const DXBC::Reflection *reflection, ToString flags) con
str = "oDepthGreaterEqual";
else if(type == TYPE_OUTPUT_COVERAGE_MASK)
str = "oMask";
else if(type == TYPE_OUTPUT_STENCIL_REF)
str = "oStencilRef";
else
{
RDCERR("Unsupported system value semantic %d", type);