Minor experiment

This commit is contained in:
2025-08-25 21:56:08 +02:00
parent f6801e3eeb
commit ab711b5610
2 changed files with 12 additions and 8 deletions

View File

@@ -232,14 +232,6 @@ from_files :: (paths : []string) -> Compile_Result {
return result;
}
// Compilation_Result :: struct {
// messages : [..]Compiler_Message;
// had_error : bool;
// collection : Shader_Variant_Collection;
// }
pretty_print_field :: (field : *Field) -> string {
builder : String_Builder;
init_string_builder(*builder,, temp);