Skip to content

Commit 56c6601

Browse files
committed
* new shader linkage structure
* put all shaders under a feature gate * remove sdf and raymarching stuff * remove wgsly stuff
1 parent b76e591 commit 56c6601

File tree

101 files changed

+5688
-3228
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+5688
-3228
lines changed

Diff for: .cargo/config.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
rustflags = ["--cfg=web_sys_unstable_apis"]
3+
rustdocflags = ["--cfg=web_sys_unstable_apis"]

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ shaders/shader-crate/target
77

88
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
99
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
10-
Cargo.lock
10+
# Cargo.lock
1111

1212
# These are backup files generated by rustfmt
1313
**/*.rs.bk
@@ -17,3 +17,4 @@ Cargo.lock
1717
test_output
1818
cmy_triangle_renderer.svg
1919
.aider*
20+
flamegraph.svg

0 commit comments

Comments
 (0)