-
Notifications
You must be signed in to change notification settings - Fork 1.1k
type of X doesn't match.. #6487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ps. It occurs in simple direct assignments as well, e.g., var<storage, read_write> Neurons: array<f32>;
...
Neurons[x,y] = 0; |
The issue you're looking for is #4400. Said issue is one of Firefox contributors' highest priorities, though unassigned. I'm guessing we'll start work on it before the end of the year, but it's hard to provide estimates, with the volume of new issues coming in. CC @jimblandy ☝🏻 |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest https://github.com/gfx-rs/wgpu/releases/tag/v23.0.0 release highlights this naga WGSL parsing error:
this is the single most annoying "feature" of the current framework, IMO. I couldn't find the issue that is tracking it. Any chance it could receive some urgent attention? Thanks!
The text was updated successfully, but these errors were encountered: