- Checkout the relevant branch (currently
pbfix_mango) - Make sure you have xcode, dev tools, and metal tools installed (i.e.
xcodebuild -downloadComponent MetalToolchain)
Currently only dawn is known to work with this setup, so you need to build and install it somewhere. A script in lib can do this:
./build_dawn.sh getdeps ~/dawnbuild
./build_dawn.sh build ~/dawnbuild Release