mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed variable shadowing.
This commit is contained in:
@@ -35,6 +35,9 @@ project "shaderc"
|
||||
buildoptions {
|
||||
"-fno-strict-aliasing" -- glsl-optimizer has bugs if strict aliasing is used.
|
||||
}
|
||||
removebuildoptions {
|
||||
"-Wshadow", -- glsl-optimizer is full of -Wshadow warnings ignore it.
|
||||
}
|
||||
|
||||
configuration { "osx" }
|
||||
links {
|
||||
@@ -51,7 +54,7 @@ project "shaderc"
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
|
||||
|
||||
|
||||
configuration { "windows" }
|
||||
links {
|
||||
"d3dx9",
|
||||
|
||||
Reference in New Issue
Block a user