Run format_all.sh.
This commit is contained in:
parent
6583de8de7
commit
98b91e52f4
@ -1056,7 +1056,8 @@ void CompilerMSL::emit_specialization_constants()
|
||||
else
|
||||
{
|
||||
// Composite specialization constants must be built from other specialization constants.
|
||||
statement("constant ", sc_type_name, " ", sc_name, " = ", constant_expression(get<SPIRConstant>(sc.id)), ";");
|
||||
statement("constant ", sc_type_name, " ", sc_name, " = ", constant_expression(get<SPIRConstant>(sc.id)),
|
||||
";");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user