Remove FloatFast option for glsl-optimizer (#3469)

* remove FloatFast option for shaderc

* scope removing FloatFast to glsl-optimizer

* correct comment
This commit is contained in:
nathanstouffer
2025-10-03 11:25:00 -06:00
committed by GitHub
parent b0e9cbd110
commit b4dbc129f3

View File

@@ -450,6 +450,10 @@ project "glsl-optimizer"
path.join(GLSL_OPTIMIZER, "src/glsl/builtin_stubs.cpp"),
}
removeflags {
"FloatFast", -- clang 17 has issues errors originating in glsl-optimizer when float optimizations are enabled
}
configuration { "Release" }
flags {
"Optimize",