diff --git a/spirv_glsl.cpp b/spirv_glsl.cpp index 691b6081..1bbb1650 100644 --- a/spirv_glsl.cpp +++ b/spirv_glsl.cpp @@ -15051,7 +15051,8 @@ string CompilerGLSL::flags_to_qualifiers_glsl(const SPIRType &type, const Bitset { auto &execution = get_entry_point(); - if (type.basetype == SPIRType::UInt && is_legacy()) { + if (type.basetype == SPIRType::UInt && is_legacy()) + { // HACK: This is a bool. See comment in type_to_glsl(). qual += "lowp "; }