Skip to content

Commit

Permalink
rename examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ComfyFluffy committed Dec 14, 2024
1 parent 560eccb commit 1fb506e
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 29 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions examples/ray-tracing-auto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "triangle-raytracing-auto"
name = "ray-tracing-auto"
version = "0.0.0"
edition = "2021"
publish = false

[[bin]]
name = "triangle-raytracing-auto"
name = "ray-tracing-auto"
path = "main.rs"
test = false
bench = false
Expand Down
4 changes: 2 additions & 2 deletions examples/ray-tracing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "triangle-raytracing"
name = "ray-tracing"
version = "0.0.0"
edition = "2021"
publish = false

[[bin]]
name = "triangle-raytracing"
name = "ray-tracing"
path = "main.rs"
test = false
bench = false
Expand Down
2 changes: 0 additions & 2 deletions examples/ray-tracing/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ impl ApplicationHandler for App {
.is_some()
})
.collect::<Vec<_>>();
println!("Supported storage formats: {:?}", supported_storage_formats);

println!(
"Using device: {} (type: {:?})",
Expand All @@ -201,7 +200,6 @@ impl ApplicationHandler for App {
.first()
.map(|(format, color_space)| (*format, *color_space))
.unwrap();
println!("Using swapchain format: {:?}", swapchain_format);

self.resources
.create_swapchain(
Expand Down

0 comments on commit 1fb506e

Please # to comment.