Update spirv-tools
This commit is contained in:
parent
6fb176528b
commit
5ca81f4c9f
|
@ -1 +1 @@
|
|||
Subproject commit 1208ed434aa06972c45d3a43e459cc75c06cc1fc
|
||||
Subproject commit 27a2bbb865ef638afe4260bf214110425a2b904b
|
|
@ -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'
|
||||
})
|
Loading…
Reference in New Issue