-
Notifications
You must be signed in to change notification settings - Fork 250
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
Incorrect index validation #1093
Comments
Note that
|
So does the left side |
Oh, yeah - I think it should say |
This issue is now being tracked at: Rust-GPU/rust-gpu#75 |
rust-gpu/crates/spirv-std/src/byte_addressable_buffer.rs
Lines 73 to 78 in e87c324
Isn't the right-hand side multiplied by 4 because
data
is&[u32]
?The text was updated successfully, but these errors were encountered: