mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
Update spirv-tools
This commit is contained in:
parent
6fb176528b
commit
5ca81f4c9f
2
third_party/spirv-tools
vendored
2
third_party/spirv-tools
vendored
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1208ed434aa06972c45d3a43e459cc75c06cc1fc
|
Subproject commit 27a2bbb865ef638afe4260bf214110425a2b904b
|
||||||
4
third_party/spirv-tools.lua
vendored
4
third_party/spirv-tools.lua
vendored
|
|
@ -69,3 +69,7 @@ project("spirv-tools")
|
||||||
"spirv-tools/source/util/bitutils.h",
|
"spirv-tools/source/util/bitutils.h",
|
||||||
"spirv-tools/source/util/hex_float.h",
|
"spirv-tools/source/util/hex_float.h",
|
||||||
})
|
})
|
||||||
|
filter("platforms:Windows")
|
||||||
|
buildoptions({
|
||||||
|
"/wd4800", -- Forcing value to bool 'true' or 'false'
|
||||||
|
})
|
||||||
Loading…
Reference in a new issue