|
| 1 | +digraph "" { |
| 2 | + "compound"="true"; |
| 3 | + "splines"="spline"; |
| 4 | + "rankdir"="LR"; |
| 5 | + "bgcolor"="#0d1117"; |
| 6 | + "fontname"="Helvetica"; |
| 7 | + "nodesep"="0.15"; |
| 8 | + edge ["penwidth"="2"]; |
| 9 | + node ["shape"="box", "style"="filled"]; |
| 10 | + subgraph "clusternode_Set(SystemSetKey(1v1))" { |
| 11 | + "style"="rounded,filled"; |
| 12 | + "label"="Prepass"; |
| 13 | + "tooltip"="Prepass"; |
| 14 | + "fillcolor"="#ffffff44"; |
| 15 | + "fontcolor"="#ffffff"; |
| 16 | + "color"="#ffffff50"; |
| 17 | + "penwidth"="2"; |
| 18 | + "set_marker_node_Set(SystemSetKey(1v1))" ["style"="invis", "label"="", "shape"="point"] |
| 19 | + } |
| 20 | + |
| 21 | + subgraph "clusternode_Set(SystemSetKey(2v1))" { |
| 22 | + "style"="rounded,filled"; |
| 23 | + "label"="MainPass"; |
| 24 | + "tooltip"="MainPass"; |
| 25 | + "fillcolor"="#ffffff44"; |
| 26 | + "fontcolor"="#ffffff"; |
| 27 | + "color"="#ffffff50"; |
| 28 | + "penwidth"="2"; |
| 29 | + "set_marker_node_Set(SystemSetKey(2v1))" ["style"="invis", "label"="", "shape"="point"] |
| 30 | + "node_System(SystemKey(1v1))" ["label"="main_opaque_pass_2d", "tooltip"="bevy_core_pipeline::core_2d::main_opaque_pass_2d_node::main_opaque_pass_2d", "fillcolor"="#eff1f3", "fontname"="Helvetica", "fontcolor"="#15191d", "color"="#b4bec7", "penwidth"="1"] |
| 31 | + "node_System(SystemKey(2v1))" ["label"="main_transparent_pass_2d", "tooltip"="bevy_core_pipeline::core_2d::main_transparent_pass_2d_node::main_transparent_pass_2d", "fillcolor"="#eff1f3", "fontname"="Helvetica", "fontcolor"="#15191d", "color"="#b4bec7", "penwidth"="1"] |
| 32 | + } |
| 33 | + |
| 34 | + subgraph "clusternode_Set(SystemSetKey(3v1))" { |
| 35 | + "style"="rounded,filled"; |
| 36 | + "label"="EarlyPostProcess"; |
| 37 | + "tooltip"="EarlyPostProcess"; |
| 38 | + "fillcolor"="#ffffff44"; |
| 39 | + "fontcolor"="#ffffff"; |
| 40 | + "color"="#ffffff50"; |
| 41 | + "penwidth"="2"; |
| 42 | + "set_marker_node_Set(SystemSetKey(3v1))" ["style"="invis", "label"="", "shape"="point"] |
| 43 | + } |
| 44 | + |
| 45 | + subgraph "clusternode_Set(SystemSetKey(4v1))" { |
| 46 | + "style"="rounded,filled"; |
| 47 | + "label"="PostProcess"; |
| 48 | + "tooltip"="PostProcess"; |
| 49 | + "fillcolor"="#ffffff44"; |
| 50 | + "fontcolor"="#ffffff"; |
| 51 | + "color"="#ffffff50"; |
| 52 | + "penwidth"="2"; |
| 53 | + "set_marker_node_Set(SystemSetKey(4v1))" ["style"="invis", "label"="", "shape"="point"] |
| 54 | + "node_System(SystemKey(3v1))" ["label"="tonemapping", "tooltip"="bevy_core_pipeline::tonemapping::node::tonemapping", "fillcolor"="#eff1f3", "fontname"="Helvetica", "fontcolor"="#15191d", "color"="#b4bec7", "penwidth"="1"] |
| 55 | + "node_System(SystemKey(6v1))" ["label"="bloom", "tooltip"="bevy_post_process::bloom::bloom", "fillcolor"="#eff1f3", "fontname"="Helvetica", "fontcolor"="#15191d", "color"="#b4bec7", "penwidth"="1"] |
| 56 | + "node_System(SystemKey(8v1))" ["label"="fxaa", "tooltip"="bevy_anti_alias::fxaa::node::fxaa", "fillcolor"="#eff1f3", "fontname"="Helvetica", "fontcolor"="#15191d", "color"="#b4bec7", "penwidth"="1"] |
| 57 | + "node_System(SystemKey(9v1))" ["label"="smaa", "tooltip"="bevy_anti_alias::smaa::smaa", "fillcolor"="#eff1f3", "fontname"="Helvetica", "fontcolor"="#15191d", "color"="#b4bec7", "penwidth"="1"] |
| 58 | + "node_System(SystemKey(10v1))" ["label"="cas", "tooltip"="bevy_anti_alias::contrast_adaptive_sharpening::node::cas", "fillcolor"="#eff1f3", "fontname"="Helvetica", "fontcolor"="#15191d", "color"="#b4bec7", "penwidth"="1"] |
| 59 | + } |
| 60 | + |
| 61 | + "node_System(SystemKey(4v1))" ["label"="upscaling", "tooltip"="bevy_core_pipeline::upscaling::node::upscaling"] |
| 62 | + "node_System(SystemKey(5v1))" ["label"="msaa_writeback", "tooltip"="bevy_post_process::msaa_writeback::msaa_writeback"] |
| 63 | + "node_System(SystemKey(7v1))" ["label"="post_processing", "tooltip"="bevy_post_process::effect_stack::post_processing"] |
| 64 | + "node_System(SystemKey(11v1))" ["label"="ui_pass", "tooltip"="bevy_ui_render::render_pass::ui_pass"] |
| 65 | + "node_System(SystemKey(7v1))" -> "node_System(SystemKey(3v1))" ["lhead"="", "ltail"="", "tooltip"="post_processing → SystemTypeSet:bevy_core_pipeline::tonemapping::node::tonemapping", "color"="#eede00"] |
| 66 | + "set_marker_node_Set(SystemSetKey(1v1))" -> "set_marker_node_Set(SystemSetKey(2v1))" ["lhead"="clusternode_Set(SystemSetKey(2v1))", "ltail"="clusternode_Set(SystemSetKey(1v1))", "tooltip"="Prepass → MainPass", "color"="#881877"] |
| 67 | + "node_System(SystemKey(3v1))" -> "node_System(SystemKey(8v1))" ["lhead"="", "ltail"="", "tooltip"="SystemTypeSet:bevy_core_pipeline::tonemapping::node::tonemapping → fxaa", "color"="#00b0cc"] |
| 68 | + "set_marker_node_Set(SystemSetKey(3v1))" -> "set_marker_node_Set(SystemSetKey(4v1))" ["lhead"="clusternode_Set(SystemSetKey(4v1))", "ltail"="clusternode_Set(SystemSetKey(3v1))", "tooltip"="EarlyPostProcess → PostProcess", "color"="#aa3a55"] |
| 69 | + "node_System(SystemKey(6v1))" -> "node_System(SystemKey(3v1))" ["lhead"="", "ltail"="", "tooltip"="bloom → SystemTypeSet:bevy_core_pipeline::tonemapping::node::tonemapping", "color"="#44d488"] |
| 70 | + "node_System(SystemKey(11v1))" -> "node_System(SystemKey(4v1))" ["lhead"="", "ltail"="", "tooltip"="ui_pass → SystemTypeSet:bevy_core_pipeline::upscaling::node::upscaling", "color"="#0090cc"] |
| 71 | + "node_System(SystemKey(1v1))" -> "node_System(SystemKey(2v1))" ["lhead"="", "ltail"="", "tooltip"="main_opaque_pass_2d → main_transparent_pass_2d", "color"="#ee9e44"] |
| 72 | + "set_marker_node_Set(SystemSetKey(4v1))" -> "node_System(SystemKey(4v1))" ["lhead"="", "ltail"="clusternode_Set(SystemSetKey(4v1))", "tooltip"="PostProcess → upscaling", "color"="#663699"] |
| 73 | + "set_marker_node_Set(SystemSetKey(4v1))" -> "node_System(SystemKey(11v1))" ["lhead"="", "ltail"="clusternode_Set(SystemSetKey(4v1))", "tooltip"="PostProcess → ui_pass", "color"="#3363bb"] |
| 74 | + "node_System(SystemKey(5v1))" -> "set_marker_node_Set(SystemSetKey(2v1))" ["lhead"="clusternode_Set(SystemSetKey(2v1))", "ltail"="", "tooltip"="msaa_writeback → MainPass", "color"="#22c2bb"] |
| 75 | + "node_System(SystemKey(6v1))" -> "node_System(SystemKey(7v1))" ["lhead"="", "ltail"="", "tooltip"="SystemTypeSet:bevy_post_process::bloom::bloom → post_processing", "color"="#99d955"] |
| 76 | + "node_System(SystemKey(8v1))" -> "node_System(SystemKey(10v1))" ["lhead"="", "ltail"="", "tooltip"="SystemTypeSet:bevy_anti_alias::fxaa::node::fxaa → cas", "color"="#eede00"] |
| 77 | + "node_System(SystemKey(3v1))" -> "node_System(SystemKey(9v1))" ["lhead"="", "ltail"="", "tooltip"="SystemTypeSet:bevy_core_pipeline::tonemapping::node::tonemapping → smaa", "color"="#881877"] |
| 78 | + "node_System(SystemKey(9v1))" -> "node_System(SystemKey(10v1))" ["lhead"="", "ltail"="", "tooltip"="SystemTypeSet:bevy_anti_alias::smaa::smaa → cas", "color"="#00b0cc"] |
| 79 | + "set_marker_node_Set(SystemSetKey(2v1))" -> "set_marker_node_Set(SystemSetKey(3v1))" ["lhead"="clusternode_Set(SystemSetKey(3v1))", "ltail"="clusternode_Set(SystemSetKey(2v1))", "tooltip"="MainPass → EarlyPostProcess", "color"="#aa3a55"] |
| 80 | +} |
0 commit comments