mirror of https://github.com/bkaradzic/bgfx
Cleanup.
This commit is contained in:
parent
2ce838061b
commit
86268a7a7e
|
@ -130,6 +130,7 @@ project "glslang"
|
|||
|
||||
defines {
|
||||
"ENABLE_OPT=1", -- spirv-tools
|
||||
"ENABLE_HLSL=1",
|
||||
}
|
||||
|
||||
includedirs {
|
||||
|
@ -216,11 +217,6 @@ project "glslang"
|
|||
"-fno-strict-aliasing", -- glslang has bugs if strict aliasing is used.
|
||||
}
|
||||
|
||||
configuration {}
|
||||
defines {
|
||||
"ENABLE_HLSL=1",
|
||||
}
|
||||
|
||||
configuration {}
|
||||
|
||||
project "glsl-optimizer"
|
||||
|
|
Loading…
Reference in New Issue