-
Notifications
You must be signed in to change notification settings - Fork 48
[Migrated] Incorrect index validation #75
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
Comment from Patryk27 on 2023-09-21T17:09:22Z
Note that |
Comment from atynagano on 2023-09-22T00:15:22Z So does the left side |
Comment from Patryk27 on 2023-09-22T05:23:20Z Oh, yeah - I think it should say |
Issue automatically imported from old repo: EmbarkStudios/rust-gpu#1093
Originally creatd by atynagano on 2023-09-21T11:51:47Z
https://github.com/EmbarkStudios/rust-gpu/blob/e87c324bfda6bea144fe2635586281c4ef144f0d/crates/spirv-std/src/byte_addressable_buffer.rs#L73-L78
Isn't the right-hand side multiplied by 4 because
data
is&[u32]
?The text was updated successfully, but these errors were encountered: