mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 23:46:41 +00:00
RD DXIL Disassembly initial value for m_DisassemblyInstructionLine
This commit is contained in:
@@ -2055,7 +2055,7 @@ static rdcstr MakeCBufferRegisterStr(uint32_t reg, DXIL::EntryPointInterface::CB
|
||||
void Program::MakeRDDisassemblyString(const DXBC::Reflection *reflection)
|
||||
{
|
||||
m_Disassembly.clear();
|
||||
m_DisassemblyInstructionLine = 1;
|
||||
m_DisassemblyInstructionLine = 4;
|
||||
|
||||
m_Disassembly += StringFormat::Fmt("; %s Shader, compiled under SM%u.%u",
|
||||
shaderNames[int(m_Type)], m_Major, m_Minor);
|
||||
|
||||
Reference in New Issue
Block a user