Update spirv-tools

This commit is contained in:
DrChat 2018-02-19 07:45:54 -06:00
parent 6fb176528b
commit 5ca81f4c9f
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1208ed434aa06972c45d3a43e459cc75c06cc1fc
Subproject commit 27a2bbb865ef638afe4260bf214110425a2b904b

View File

@ -69,3 +69,7 @@ project("spirv-tools")
"spirv-tools/source/util/bitutils.h",
"spirv-tools/source/util/hex_float.h",
})
filter("platforms:Windows")
buildoptions({
"/wd4800", -- Forcing value to bool 'true' or 'false'
})