mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
d4488ff690
* This means we won't get an ugly console window popping up when running renderdoccmd on windows, but if we run it from a terminal then we'll get output as normal. * One downside is that cmd.exe seems to snoop the exe type (GUI or console) and if it's a GUI application it returns to the prompt immediately. bash for example though waits for process termination. * The other is that pipe redirects to file don't work properly.