diff options
author | Bill Hollings <bill.hollings@brenwill.com> | 2018-01-05 23:22:36 -0500 |
---|---|---|
committer | Bill Hollings <bill.hollings@brenwill.com> | 2018-01-05 23:22:36 -0500 |
commit | 5ee6b46087691fb046bcd5141be3b66066db94a1 (patch) | |
tree | 5b4a3a30776ca640d0d306dd1eccd3f0c9ff2003 /update_test_shaders.sh | |
parent | d8d2da9d8de532492a7269ed2c3ec022db4274a2 (diff) | |
download | SPIRV-Cross-5ee6b46087691fb046bcd5141be3b66066db94a1.tar.gz SPIRV-Cross-5ee6b46087691fb046bcd5141be3b66066db94a1.tar.bz2 SPIRV-Cross-5ee6b46087691fb046bcd5141be3b66066db94a1.zip |
Fixes from review of PR #373.
Code fixes from review.
Refactor MSL tests back to using the SPIRV-Tools
and glslang loaded by checkout_glslang_spirv_tools.sh.
Diffstat (limited to 'update_test_shaders.sh')
-rwxr-xr-x | update_test_shaders.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_test_shaders.sh b/update_test_shaders.sh index 69165847..712c3eec 100755 --- a/update_test_shaders.sh +++ b/update_test_shaders.sh @@ -11,6 +11,7 @@ echo "Using spirv-opt in: $(which spirv-opt)." ./test_shaders.py shaders --update --opt || exit 1 ./test_shaders.py shaders-msl --msl --update || exit 1 ./test_shaders.py shaders-msl --msl --update --opt || exit 1 +./test_shaders.py shaders-msl-no-opt --msl --update || exit 1 ./test_shaders.py shaders-hlsl --hlsl --update || exit 1 ./test_shaders.py shaders-hlsl --hlsl --update --opt || exit 1 |