mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 21:55:52 +00:00
Don't use = for argument parameters in SRCI information from dxc
This commit is contained in:
@@ -2816,7 +2816,7 @@ void DXBCContainer::ProcessSourceInfo(const byte *chunkContents, uint32_t chunkS
|
||||
flags.flags[cmdlineIdx].value += name;
|
||||
if(value[0] != 0)
|
||||
{
|
||||
flags.flags[cmdlineIdx].value += "=";
|
||||
flags.flags[cmdlineIdx].value += " ";
|
||||
flags.flags[cmdlineIdx].value += value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user