To update glslang use the following steps:
- Download a ZIP of the glslang repository into
third_party/glslang. - Run the following commands (on Mac) to unzip and copy the new source files:
cd third_party/glslang
unzip glslang-master.zip
rsync --remove-source-files -ra glslang-master/ ./
rm -r glslang-master.zip glslang-master
- If necessary, update the
DefaultTBuiltInResourcedefinition insidelibs/filamat/src/sca/builtinResource.hto glslang's located atthird_party/glslang/StandAlone/ResourceLimits.cpp - Compile and test
matc