-
Notifications
You must be signed in to change notification settings - Fork 990
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
naga: index out of bound in constant_evaluator.rs:217 #6506
Comments
I can reproduce on my machine. The issue is that We can make this not panic, and I've done so with #6508. However, after examining code, I think we have two further issues with const.-evaluation of vector constructors where:
|
We do use wgpu/naga/src/proc/constant_evaluator.rs Lines 107 to 112 in 6a60458
|
Translating the following wgsl with
naga a.wgsl a.hlsl
results in a panic on naga 23.0.0The text was updated successfully, but these errors were encountered: