mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-01 04:10:58 +00:00
Disassemble empty types with no padding
This commit is contained in:
@@ -417,7 +417,10 @@ void Program::MakeDisassemblyString()
|
||||
first = false;
|
||||
m_Disassembly += StringFormat::Fmt(" %s", t->toString().c_str());
|
||||
}
|
||||
m_Disassembly += " }\n";
|
||||
if(typ->members.empty())
|
||||
m_Disassembly += "}\n";
|
||||
else
|
||||
m_Disassembly += " }\n";
|
||||
|
||||
instructionLine++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user