-
I downloaded the boids example including framework.rs and tried to run it but I get:
It seems to not know what arrayLength is from compute.wgsl however I don't know enough about wgpu to have any idea what is causing it?
|
Beta Was this translation helpful? Give feedback.
Answered by
kvark
Jun 10, 2021
Replies: 1 comment 1 reply
-
Hi! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
13ros27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
The example code is written against the implementation code, which is ahead of the last crates publish.
Please see https://github.com/gfx-rs/wgpu-rs/tree/v0.8/examples for the relevant example code for v0.8.