mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Match disassembly SSA ID names for annotated resource handles
This commit is contained in:
@@ -2403,8 +2403,10 @@ bool ThreadState::ExecuteInstruction(DebugAPIWrapper *apiWrapper,
|
||||
{
|
||||
resName = m_Program.GetHandleAlias(baseResource);
|
||||
}
|
||||
// Use the handle alias of the result SSA ID to match the disassembly
|
||||
rdcstr handleAlias = m_Program.GetHandleAlias(result.name);
|
||||
result = resource;
|
||||
result.name = resName;
|
||||
result.name = handleAlias;
|
||||
|
||||
// Parse the packed annotate handle properties
|
||||
// resKind : {compType, compCount} | {structStride}
|
||||
|
||||
Reference in New Issue
Block a user