We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fba95 commit d08105dCopy full SHA for d08105d
bevy-shaders-cheatsheet.md
@@ -200,7 +200,7 @@ ______________________________________________________________________
200
201
# get-data-into-your-shader
202
203
-If none of that makes sense: I wrote a [blog-post](https://jeremyfwebb.ninja/src/blog_posts/wgsl_basics), on this.
+If none of that makes sense: I wrote a [blog-post](https://jeremyfwebb.ninja/2023-JUN-14), on this.
204
Take this shader code [dotted-line-shader](https://github.com/alphastrata/shadplay/blob/main/assets/Gallery/lines/dotted_line.wgsl)
205
Then use this [rust-binding-code](https://github.com/alphastrata/shadplay/blob/main/src/shader_utils/mod.rs#L70). (copied below for the lazy)
206
0 commit comments