Skip to content

Commit

Permalink
fix: do not save graph svg in rt sample
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 committed Apr 20, 2023
1 parent 428d43d commit 455e2ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/03_raytracing/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,6 @@ impl ExampleApp for RaytracingSample {
.add_pass(present)?
.build()?;

save_dotfile(graph.task_graph(), "graph.svg");

let mut bindings = PhysicalResourceBindings::new();
bindings.bind_image("swapchain", ifc.swapchain_image.as_ref().unwrap());
bindings.bind_image("rt_out", &self.attachment_view);
Expand Down

0 comments on commit 455e2ec

Please sign in to comment.