Minor experiment
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user