mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-09 09:10:49 +00:00
ee37bca573
* It's not exactly feature parity but it's a start, and any UI would use this under the hood. * This means at least linux has a semi user-friendly way to launch and capture programs - it's limited but you can just use $ ./bin/renderdoccmd -c /path/to/program "argument string" from the root of the repository. * Logfile and capture options (which can't be set yet, but you could easily hack in something to set them in renderdoccmd.cpp) are passed via environment variables to the child process.