Files
filament/third_party/glslang/tnt
2018-12-04 16:26:49 -08:00
..
2018-11-27 09:52:03 -08:00

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 DefaultTBuiltInResource definition inside libs/filamat/src/sca/builtinResource.h to glslang's located at third_party/glslang/StandAlone/ResourceLimits.cpp
  • Compile and test matc