Fix cbuffer pretty printing.

This commit is contained in:
2024-07-01 08:02:10 +02:00
parent 92c1f593c2
commit 7a07c32cd2
3 changed files with 45 additions and 0 deletions

View File

@@ -2019,6 +2019,7 @@ print_type_variable :: (builder : *String_Builder, variable : Type_Variable, che
}
case .Function; #through;
case .Struct; #through;
case .CBuffer; #through;
case .Field; {
if variable.struct_field_parent {
print_to_builder(builder, "%.", variable.struct_field_parent.name);