mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-16 10:45:45 +00:00
* Add a helper script to build demos with VS2022 in release for shipping that link to shaderc. By default VS2015 won't link to it.
To use a linked version of shaderc run ./build-shaderc.sh.
Rough manual steps:
git clone https://github.com/google/shaderccd shaderc && ./utils/git-sync-deps- Build for x64 and set
CMAKE_INSTALL_PREFIXto ax64subfolder here. - Optionally build for x86 and install to a
x86subfolder.
On linux install to linux64 or linux32 (to allow sharing a checkout with windows).