mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Add missing operand in disassembly for dcl_resource_raw
This commit is contained in:
@@ -1504,6 +1504,8 @@ bool DXBCFile::ExtractDecl(uint32_t *&tokenStream, ASMDecl &retDecl)
|
||||
|
||||
bool ret = ExtractOperand(tokenStream, retDecl.operand);
|
||||
RDCASSERT(ret);
|
||||
|
||||
retDecl.str += retDecl.operand.toString(false);
|
||||
}
|
||||
else if(op == OPCODE_DCL_UNORDERED_ACCESS_VIEW_STRUCTURED || op == OPCODE_DCL_RESOURCE_STRUCTURED)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user