Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix panic caused by improperly aligned read (#675)
Under certain circumstances, Vello could attempt an improperly aligned read, which would cause bytemuck to panic. This uses `bytemuck::pod_read_unaligned` instead of `bytemuck::from_bytes` to achieve the same thing without the possibility of a panic.
- Loading branch information