Skip to content

Commit

Permalink
triangle-raytracing
Browse files Browse the repository at this point in the history
  • Loading branch information
ComfyFluffy committed Nov 23, 2024
1 parent d5d46a6 commit 193ae3d
Show file tree
Hide file tree
Showing 13 changed files with 1,282 additions and 106 deletions.
11 changes: 11 additions & 0 deletions Cargo.lock

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

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

[[bin]]
name = "triangle-raytracing"
path = "main.rs"
test = false
bench = false
doc = false

[dependencies]
vulkano = { workspace = true, default-features = true }
vulkano-shaders = { workspace = true }
vulkano-taskgraph = { workspace = true }
winit = { workspace = true, default-features = true }
ash = { workspace = true }
Loading

0 comments on commit 193ae3d

Please sign in to comment.