mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Disassemble inner coverage variable correctly. Closes #3137
This commit is contained in:
@@ -560,6 +560,8 @@ rdcstr Operand::toString(const DXBC::Reflection *reflection, ToString toStrFlags
|
||||
str = "oMask";
|
||||
else if(type == TYPE_OUTPUT_STENCIL_REF)
|
||||
str = "oStencilRef";
|
||||
else if(type == TYPE_INNER_COVERAGE)
|
||||
str = "vInnerCoverage";
|
||||
else
|
||||
{
|
||||
RDCERR("Unsupported system value semantic %d", type);
|
||||
|
||||
Reference in New Issue
Block a user