Crate bevy_mod_debugdump

Source

Modules§

render_graph
schedule_graph

Structs§

CommandLineArgs
Check the command line for arguments relevant to this crate.

Functions§

print_render_graph
Prints the current render graph using render_graph_dot. # Example
print_schedule_graph
Prints the schedule with default settings.
render_graph_dot
Returns the current render graph using render_graph_dot. # Example
schedule_graph_dot
Formats the schedule into a dot graph.