mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
d3e4790ee8
* This is similar to the button on the capture dialog of the windows UI, except on linux the situation is a bit more complex as layers can be registered in two different system locations (one for distro packages and one for non-distro stuff), as well as in $HOME. * On linux we make sure the json always contains an absolute path so we can tell from any given build whether or not a json is our own or not. * By default we now install the json to /etc since /usr is reserved for proper distro packages, and shouldn't be written to by 'make install'. There's a CMake variable for overriding this for anyone who wants to make install into a custom folder (maybe for packaging).