Fix cbuffer pretty printing.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user