Skip to content

Commit 4096ba9

Browse files
committed
DXC disassembly should not set the disassemblyLine values
That is required by the DXIL debugger which uses the RD disassembly
1 parent b5ba9bd commit 4096ba9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

renderdoc/driver/shaders/dxil/dxil_disassemble.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,6 @@ void Program::MakeDXCDisassemblyString()
19051905
{
19061906
Instruction &inst = *func.instructions[funcIdx];
19071907

1908-
inst.disassemblyLine = m_DisassemblyInstructionLine;
19091908
m_Disassembly += " ";
19101909
if(!inst.getName().empty())
19111910
m_Disassembly += StringFormat::Fmt("%c%s = ", dxilIdentifier,

0 commit comments

Comments
 (0)