Open
Description
Issue automatically imported from old repo: EmbarkStudios/rust-gpu#1093
Originally creatd by atynagano on 2023-09-21T11:51:47Z
if byte_index + mem::size_of::<T>() as u32 > (mem::size_of::<u32> * self.data.len()) as u32
Isn't the right-hand side multiplied by 4 because data
is &[u32]
?
Metadata
Metadata
Assignees
Labels
No labels